aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/youtube:tab] Improve continuation items extractionpukkandan2022-09-271-30/+17
|
* [extractor/YoutubeShortsAudioPivot] Support `source` URLspukkandan2022-09-271-7/+4
| | | | `ytshortsap:` is no longer needed
* [extractor/youtube:tab] Support `reporthistory` pagepukkandan2022-09-271-6/+18
| | | | Closes #4929
* [extractor] Improve json+ld extractionpukkandan2022-09-273-4/+11
| | | | Related #5035
* [extractor/artetv] Remove duplicate stream urls (#5047)Simon Sawicki2022-09-261-3/+10
| | | | Closes #4510 Authored by: Grub4K
* [extractor/heise] Fix extractor (#5029)coletdjnz2022-09-262-15/+54
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/1520 Authored by: coletdjnz
* Don't download entire video when no matching `--download-sections`pukkandan2022-09-262-7/+7
|
* [cookies] Let `_get_mac_keyring_password` fail gracefullypukkandan2022-09-261-1/+4
| | | | Closes #4915
* [utils] `Popen.run`: Fix default return in binary modepukkandan2022-09-261-1/+2
|
* [utils] `traverse_obj`: Rewrite, document and add tests (#5024)Simon Sawicki2022-09-262-107/+337
| | | Authored by: Grub4K
* Playlists maynot always have webpage_urlpukkandan2022-09-251-5/+8
|
* [extractor/RUTV] Fix warnings for livestreams (#5016)Lesmiscore2022-09-241-4/+8
| | | Authored by: Lesmiscore
* [extractor/Smotrim] Add extractor (#5015)Lesmiscore2022-09-242-0/+66
| | | Authored by: nikita-moor, Lesmiscore
* [extractor/rutube] Fix `_EMBED_REGEX`coletdjnz2022-09-241-1/+1
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4797 Authored by: coletdjnz
* [extractor/wistia] Add support for channels (#4819)coletdjnz2022-09-233-67/+201
| | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4748 Related: https://github.com/yt-dlp/yt-dlp/issues/4985 Authored by: coletdjnz
* [utils] `js_to_json`: Improvepukkandan2022-09-231-1/+2
| | | | Closes #4900
* [extractor/telegraaf] Use mobile GraphQL API endpointcoletdjnz2022-09-231-1/+3
| | | | | | Workaround for Cloudflare 403 Fixes https://github.com/yt-dlp/yt-dlp/issues/5000 Authored by: coletdjnz
* [extractor/instagram] Extract more metadata (#4708)Pritam Das2022-09-221-61/+91
| | | Authored by: pritam20ps05
* [extractor/youtube] Add support for Shorts audio pivot feed (#4932)coletdjnz2022-09-222-2/+40
| | | | | | | | | This feed shows Shorts using the audio of a given video. ytshortsap: prefix can be used as a shortcut until YouTube implements an official view. Closes #4911 Authored by: coletdjnz
* [extractor/nebula] Add nebula.tv (#4918)Tanner Anderson2022-09-221-3/+5
| | | | Closes #4917 Authored by: tannertechnology
* [extractor/hungama] Add subtitle (#4856)GautamMKGarg2022-09-221-20/+24
| | | Authored by: GautamMKGarg, pukkandan
* [extractor/wistia] Match IDs in embed URLs (#4990)bashonly2022-09-222-10/+41
| | | | Closes #4985 Authored by: bashonly
* [docs] Misc improvementspukkandan2022-09-2211-34/+44
| | | | Closes #4987, Closes #4906, Closes #4919, Closes #4977, Closes #4979
* [extractor] Fix `fatal=False` in `RetryManager`pukkandan2022-09-222-3/+5
|
* [extractor/patreon] Sort formatspukkandan2022-09-221-0/+1
|
* [extractor/tiktok] Fix TikTokIE (#4984)bashonly2022-09-211-22/+12
| | | Authored by: bashonly
* [extractor/GoPlay] Add extractor (#3412)Jeroen Jacobs2022-09-183-262/+396
| | | | | | | Replaces old Vier extractors Closes https://github.com/yt-dlp/yt-dlp/issues/1546 Based on: https://github.com/ytdl-org/youtube-dl/pull/27815 Authored by: jeroenj, CNugteren, basrieter
* [devscripts] make_lazy_extractors: Fix for Docker (#4958)josanabr2022-09-181-2/+4
| | | Authored by: josanabr
* [extractor/web.archive:youtube] Fix _YT_INITIAL_PLAYER_RESPONSE_REpukkandan2022-09-171-2/+3
|
* Workaround `libc_ver` not be available on Windows Store version of Pythonpukkandan2022-09-171-1/+4
|
* [outtmpl] Make `%s` work in strfformat for all systemspukkandan2022-09-171-0/+2
|
* Improve 5736d79172c47ff84740d5720467370a560febadpukkandan2022-09-173-4/+6
|
* [extractor/generic] Pass through referer from json-ldpukkandan2022-09-161-8/+19
| | | | Closes #4941
* [cookies] Parse cookies leniently (#4780)Simon Sawicki2022-09-163-1/+244
| | | | | Closes #4776, #3778 Authored by: Grub4K
* Support environment variables in `--ffmpeg-location`pukkandan2022-09-161-0/+1
| | | | Closes #4938
* Allow open ranges for time ranges (#4940)Lesmiscore2022-09-173-8/+10
| | | Authored by: Lesmiscore
* [extractor/bilibili] Add space.bilibili extractors (#4468)Locke2022-09-162-29/+119
| | | Authored by: lockmatrix
* Allow plugin extractors to replace the built-in onespukkandan2022-09-162-2/+18
| | | | | | This allows easier plugin chaining; e.g. - https://gist.github.com/pukkandan/24f13ff1ed385c5a390c1d7bd130d8f7 - https://gist.github.com/pukkandan/fcf5ca1785c80f64e471f0ee14f990fb
* Fix `--config-location -`pukkandan2022-09-131-0/+3
|
* Fix bug in 941e881e1fe20ee8955f3b751ce26953d9e86656 (#4893)bashonly2022-09-111-1/+2
| | | Authored by: bashonly
* Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-111-1/+1
| | | | Closes #4890
* [cleanup] Miscpukkandan2022-09-105-11/+15
|
* Fix bug in ae1035646a6be09c2aed3e22eb8910f341ddacfepukkandan2022-09-102-7/+8
| | | | Closes #4881
* [extractor/common] Escape `%` in `representation_id` of m3u8pukkandan2022-09-101-2/+2
| | | | Closes #4877
* [extractor/BiliIntl] Support uppercase lang in `_VALID_URL`coletdjnz2022-09-101-2/+9
| | | | | Seen in some rare cases Authored by: coletdjnz
* [extractor/youtube] Support changing extraction language (#4470)coletdjnz2022-09-092-76/+287
| | | | | | | Adds `--extractor-args youtube:lang=<supported lang code>` extractor arg to prefer translated fields (e.g. title and description) of that language, if available, for all YouTube extractors. See README or error message for list of supported language codes. Closes https://github.com/yt-dlp/yt-dlp/issues/387 Authored by: coletdjnz
* [extractor/adobepass] Add MSO AlticeOne (Optimum TV) (#4875)CplPwnies2022-09-091-1/+6
| | | | | * Suddenlink rebrand to Optimum. Fixes #4874 Authored by: CplPwnies
* [extractor/youtube] Fix video like count extractioncoletdjnz2022-09-091-13/+18
| | | | | Support new combined button layout Authored by: coletdjnz
* Allow a `set` to be passed as `download_archive`pukkandan2022-09-081-13/+15
|
* [extractor/MLBTV] Detect live streamspukkandan2022-09-081-0/+1
|