aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [extractor/trovo] Fix extractors (#4880)Mehavoid2022-09-301-75/+58
| | | | Authored by: Mehavoid Closes #4878
* [extractor/tencent] Add Iflix extractor (#4829)Elyse2022-09-302-29/+110
| | | | Closes #4823 Authored by: elyse0
* [extractor/audioboom] Support direct URLs and refactor (#4803)Teemu Ikonen2022-09-301-39/+31
| | | Authored by: tpikonen, pukkandan
* [extractor/nbc] Add NBCStations extractor (#5077)bashonly2022-09-302-0/+173
| | | | Closes #4571 Authored by: bashonly
* [extractor/crunchyroll:beta] Improve handling of hardsubs (#5041)Simon Sawicki2022-09-303-20/+59
| | | | Closes #3397 Authored by: Grub4K
* [extractor/rcs] Fix embed extractioncoletdjnz2022-09-301-1/+1
| | | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/5076 Authored by: coletdjnz
* [extractor/zee5] Generate device ids (#5062)Anant Murmu2022-09-291-1/+3
| | | | Closes #4937 Authored by: freezboltz
* [extractor/ondemandkorea] Update `jw_config` regex (#5040)Julien Hadley Jack2022-09-281-10/+12
| | | Authored by: julien-hadleyjack
* [extractor/wordpress:playlist] Add generic embed extractor (#5012)coletdjnz2022-09-282-0/+70
| | | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/4955 Authored by: coletdjnz
* [extractor/BerufeTV] Add extractor (#4921)Fabi0192022-09-272-0/+71
| | | | Closes #4632 Authored by: Fabi019
* [extractor/dplay:italy] Add default authentication (#5056)Timendum2022-09-271-0/+10
| | | | | Closes #2950 Authored by: Timendum
* [extractor/soundcloud:search] More metadata in `--flat-playlist` (#4965)Kyle Anthony Williams2022-09-271-168/+170
| | | Authored by: SuperSonicHub1
* [cleanup] Fix flake8 and minor refactorpukkandan2022-09-272-29/+20
| | | | Issues from ab029d7e9200a273d7204be68c0735b16971ff44, 1fb53b946c5aca3755bf72cc1c204925043b04f7
* [extractor/youtube] Do not warn on duplicate chapterspukkandan2022-09-271-2/+3
| | | | Eg: vYbaM8w8yzw
* [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