Bart Broere
6de650f51f
Use traverse_obj in another place as well
2024-09-21 20:08:53 +00:00
Bart Broere
bf91db4846
Use suggested util
2024-09-21 20:04:50 +00:00
Bart Broere
ad6ee6fdd2
Commit two suggestions from the PR
...
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-09-21 21:58:53 +02:00
Bart Broere
179c8b06b6
Merge branch 'ytdl-org:master' into fix-npo-support
2024-09-11 19:17:00 +02:00
dirkf
c5098961b0
[Youtube] Rework n function extraction pattern
...
Now also succeeds with player b12cc44b
2024-08-06 20:59:09 +01:00
Aiur Adept
71223bff39
[Youtube] Fix nsig extraction for player 20dfca59 ( #32891 )
...
* dirkf's patch for nsig extraction
* add generic search per yt-dlp/yt-dlp/pull/10611 - thx bashonly
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-08-01 19:18:34 +01:00
dirkf
e1b3fa242c
[Youtube] Find n
function name in player 3400486c
...
Fixes #32877
2024-07-25 00:16:00 +01:00
dirkf
451046d62a
[Youtube] Make n-sig throttling diagnostic up-to-date
2024-07-24 14:33:34 +01:00
dirkf
16f5bbc464
[YouTube] Fix nsig processing for player b22ef6e7
...
* improve extraction of function name (like yt-dlp/yt-dlp#10390 )
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396 , thx seproDev, pukkandan)
2024-07-11 00:50:46 +01:00
unkernet
36801c62df
[YandexMusic] Save track version in the title field
...
PR #32837
* Add track version to track title
2024-07-07 20:18:33 +01:00
Sergey Musatov
f4b47754d9
[YandexMusic] Download music in High Quality (320 Kbit/s)
...
PR #31159
2024-07-06 11:04:36 +01:00
dirkf
4d05f84325
[PalcoMP3] Conform to new linter rule
...
* no space after @ in decorator
2024-06-20 20:03:49 +01:00
dirkf
ad01fa6cca
[jsinterp] Add Debugger from yt-dlp
...
* https://github.com/yt-dlp/yt-dlp/commit/8f53dc4
* thx pukkandan
2024-06-20 20:03:49 +01:00
Paper
0153b387e5
[VidLii] Add 720p support ( #30924 )
...
* [VidLii] Add HD support (yt-dlp backport-ish)
* Also fix a bug with the view count
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-06-11 13:21:39 +01:00
dirkf
a48fe7491d
[ORF] Skip tests with limited availability
2024-06-11 12:52:13 +01:00
dirkf
e20ca543f0
[ORF] Re-factor and updateORFFM4StoryIE
...
* fix getting media via DASH instead of inaccessible mp4
* also get in-page YT media
2024-06-11 12:52:13 +01:00
dirkf
e39466051f
[ORF] Support sound.orf.at, updating ORFRadioIE
...
* maintain support for xx.orf.at/player/... URLs
* add `ORFRadioCollectionIE` to support playlists in ORF Sound
* back-port and re-work `ORFPodcastIE` from https://github.com/yt-dlp/yt-dlp/pull/8486 , thx Esokrates
2024-06-11 12:52:13 +01:00
dirkf
d95c0d203f
[ORF] Support on.orf.at, replacing ORFTVthekIE
...
* add `ORFONIE`, back-porting yt-dlp PR https://github.com/yt-dlp/yt-dlp/pull/9113 and friends: thx HobbyistDev, TuxCoder, seproDev
* re-factor to support livestreams via new `ORFONliveIE`
2024-06-11 12:52:13 +01:00
kmnx
88bd8b9f87
[mixcloud] updated mixcloud API server address ( #32557 )
...
* updated mixcloud API server address
* fix tests
* etc
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-06-11 12:38:24 +01:00
dirkf
21924742f7
[InfoExtractor] Misc yt-dlp back-ports, etc
...
* add _yes_playlist() method
* avoid crash using _NETRC_MACHINE
* use _search_json() in _search_nextjs_data()
* _search_nextjs_data() default is JSON, not text
* test for above
2024-05-30 15:46:36 +01:00
dirkf
668332b973
[YouPorn] Add playlist extractors
...
* YouPornCategoryIE
* YouPornChannelIE
* YouPornCollectionIE
* YouPornStarIE
* YouPornTagIE
* YouPornVideosIE,
2024-04-22 01:34:26 +01:00
dirkf
0b2ce3685e
[YouPorn] Improve extraction
...
* detect unwatchable videos
* improve duration extraction
* fix count extraction and support large values
* detect and remove SEO spam boilerplate description
2024-04-22 01:34:26 +01:00
dirkf
eb38665438
[YouPorn] Incorporate yt-dlp PR 8827
...
* from https://github.com/yt-dlp/yt-dlp/pull/8827
* extract from webpage instead of broken API URL
* thx The-MAGI
2024-04-22 01:34:26 +01:00
gy-chen
71211e7db7
[Youtube] Fix unwanted private method __ie_msg in f8b0135850
...
Fixes `AttributeError no attribute '_YoutubeIE__ie_msg'` if unable to decode n-parameter
2024-03-23 15:30:13 +00:00
Bart Broere
a60972e253
Fix indent from suggestion
2024-03-15 13:02:56 +01:00
Bart Broere
007bbeacd7
Remove afspelen and trailing slashes with one regex
...
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-03-14 13:41:01 +01:00
Bart Broere
4c90b2f587
Adhere to code style
...
Co-authored-by: dirkf <fieldhouse@gmx.net>
2024-03-14 13:39:59 +01:00
Bart Broere
bc86c5f73b
Make regex more specific and remove redundant .*
2024-03-14 13:37:41 +01:00
Bart Broere
ad64f3751e
Improve regex
...
Co-authored-by: Roy <git@rvsit.nl>
2024-03-14 13:34:33 +01:00
Bart Broere
d4250c8703
Merge branch 'ytdl-org:master' into fix-npo-support
2024-03-12 20:46:16 +01:00
Zizheng Guo
a96a45b2cd
[Vimeo] Improve config
extraction ( #32742 )
...
* update for more robust json parsing
2024-03-12 11:44:13 +00:00
Bart Broere
58d7a00e3f
Resolve some of the pull request feedback
2024-03-11 14:14:38 +01:00
Bart Broere
4398f6832f
Fix zapp extractor
2024-03-11 13:40:23 +01:00
Bart Broere
1ca4e686a3
Add an MD5
2024-03-10 17:04:00 +01:00
Bart Broere
28624cfe09
Work work
2024-03-10 16:57:31 +01:00
Bart Broere
c08f29f45b
Update unit tests
2024-03-10 16:27:40 +01:00
hatsomatt
820fae3b3a
[Videa] Fix extraction
...
* update API URL
* from https://github.com/yt-dlp/yt-dlp/pull/8003
* thanks to the authors!
Closes yt-dlp/7427
Authored by: hatsomatt, aky-01
2024-03-08 13:14:52 +00:00
dirkf
aef24d97e9
[Videa] Align with yt-dlp
2024-03-08 13:14:52 +00:00
dirkf
f7b30e3f73
[XFileShare] Update extractor for 2024
...
* simplify aa_decode()
* review and update supported sites and tests
* in above, include FileMoon.sx, and remove separate module
* incorporate changes from yt-dlp
* allow for decoding multiple scripts (eg, FileMoon)
* use new JWPlayer extraction
2024-03-08 13:03:42 +00:00
dirkf
f66372403f
[InfoExtractor] Rework and improve JWPlayer extraction
...
* use traverse_obj() and _search_json()
* support playlist `.load({**video1},{**video2}, ...)`
* support transform_source=... for _extract_jwplayer_data()
2024-03-08 13:03:42 +00:00
dirkf
7216fa2ac4
[InfoExtractor] Add _search_json()
...
* uses the error diagnostic to truncate the JSON string
* may be confused by non-C-Pythons
2024-03-08 13:03:42 +00:00
Bart Broere
0ab79c37ae
Reusable code for two NTR sites
2024-03-07 16:23:09 +01:00
Bart Broere
0cbcd1aec6
Make diff better
2024-03-06 12:55:51 +01:00
Bart Broere
159f825edd
Add scaffolding for last few extractors and change order so the PR diff looks nice
2024-03-06 12:53:37 +01:00
Bart Broere
681b39032a
Fix flake8 and better error reporting
2024-03-06 12:32:34 +01:00
Bart Broere
4b24e5f00d
Re-add SchoolTV
2024-03-06 12:22:27 +01:00
Bart Broere
3b3d73cbe6
Use program-detail endpoint and remove a test
2024-03-06 11:52:08 +01:00
Bart Broere
d426a92a60
Encoding suggestion from PR
2024-03-05 14:11:49 +01:00
Bart Broere
d36d50fe5c
Re-add Zapp
2024-03-05 14:04:03 +01:00
Bart Broere
eb6e396bfb
First version of a VPRO regex
2024-03-05 13:55:59 +01:00