aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [youtube:tab] Fix duration extraction for shorts (#3171)coletdev2022-03-283-6/+14
| | | | Related: https://github.com/TeamNewPipe/NewPipe/issues/8034 Authored-by: coletdjnz
* [go,viu] Extract subtitles from the m3u8 manifest (#3219)Felix S2022-03-272-5/+6
| | | Authored by: fstirlitz
* [ITProTV] Add extractor (#3196)Tim Schindler2022-03-272-0/+147
| | | Authored by: aaearon
* [BanBye] Add extractor (#3177)mehq2022-03-272-0/+157
| | | | Closes #3175 Authored by: mehq
* [youtube] Fix auto-translated automatic captionspukkandan2022-03-271-4/+4
| | | | | | d49669acad71f640ffd8b78f0ea7911ae1f67720 only covered ASR Closes #2956
* [youtube] Add extractor-arg to skip auto-translated subspukkandan2022-03-272-1/+3
|
* Show warning when all media formats have DRMpukkandan2022-03-271-2/+8
| | | | Related: #1379
* [youtube] Detect DRM bettershirt2022-03-271-1/+2
| | | | Authored by: shirt-dev
* [outtmpl] Limit changes during sanitizationpukkandan2022-03-275-20/+30
| | | | Closes #2761
* [youtube:tab] Return shorts url if video is a short (#3168)coletdev2022-03-271-1/+6
| | | | | Allows filtering out shorts from feeds with `--match-filter` Closes #3165 Authored-by: coletdjnz
* [VideoConvertor] Ensure all streams are copiedpukkandan2022-03-271-2/+2
| | | | Closes #3200
* [Concat] Ensure final directory existspukkandan2022-03-271-0/+2
| | | | Fixes https://github.com/yt-dlp/yt-dlp/issues/3181#issuecomment-1079622589
* [outtmpl] Fix replacement/default when used with alternatepukkandan2022-03-262-5/+8
|
* Ignore format-specific fields in initial pass of `--match-filter`pukkandan2022-03-254-15/+25
| | | | Closes #3074
* [utils] WebSocketsWrapper: Allow omitting `__enter__` invocation (#3187)Lesmiscore (Naoya Ozaki)2022-03-252-3/+5
| | | Authored by: Lesmiscore
* Treat multiple `--match-filters` as ORpukkandan2022-03-252-15/+16
| | | | Closes #3144
* [downloader] Fix invocation of `HttpieFD`pukkandan2022-03-252-15/+29
| | | | Closes #3154
* [viu] Fixed extractor (#3136)zackmark292022-03-241-113/+103
| | | | Closes #3133 Authored by: zackmark29, pukkandan
* [postprocessor,cleanup] Create `_download_json`pukkandan2022-03-252-28/+31
|
* [youtube] Try embedded client variants before agegatepukkandan2022-03-251-5/+10
| | | | agegate variants appears to be broken, but don't remove them for the time-being
* [docs] Minor improvementspukkandan2022-03-245-20/+21
| | | | Closes #3127, Closes #3081, Closes #3177
* Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan2022-03-243-5/+5
| | | | Closes #3173
* [extractor] Allow control characters inside jsonpukkandan2022-03-241-1/+1
| | | | Closes #3174
* [TVer] Support landing page (#3075)vvto332022-03-231-4/+15
| | | Authored by: vvto33
* [LastFM] Add extractors (#3141)mehq2022-03-232-0/+134
| | | | Closes #2967 Authored by: mehq
* Remove `Accept-Encoding` header from `std_headers` (#3153)coletdev2022-03-232-3/+5
| | | | | This should be set by each downloader to what it supports. Fixes https://github.com/yt-dlp/yt-dlp/issues/3142 Authored-by: coletdjnz
* [ellentube] Extract subtitles from manifestpukkandan2022-03-231-1/+2
| | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/30761
* [generic] Extract subtitles from video.js (#3156)Lesmiscore (Naoya Ozaki)2022-03-221-2/+20
| | | Authored by: Lesmiscore
* Fix `--abort-on-error` for subtitlespukkandan2022-03-231-2/+5
| | | | Closes #3163
* [cleanup, vimeo] Fix testspukkandan2022-03-231-11/+89
|
* Use certificates from `certifi` if installed (#3115)coletdev2022-03-226-23/+37
| | | | | Fixes #3102 and most `CERTIFICATE_VERIFY_FAILED` issues Authored by: coletdjnz
* [wget] Fix proxy (#3152)coletdev2022-03-221-1/+4
| | | | Upstream PR: https://github.com/ytdl-org/youtube-dl/pull/29343 Authored-by: kikuyan, coletdjnz
* [adobepass] Fix Suddenlink MSO (#3148)CplPwnies2022-03-221-10/+16
| | | Authored by: CplPwnies
* [azmedien] Add TVO Online to supported hosts (#3125)1-Byte2022-03-201-1/+2
| | | Authored by: 1-Byte
* [http] Reject broken range before request (#3079)Lesmiscore (Naoya Ozaki)2022-03-181-9/+16
| | | | | | * And fix filesize estimate for byterange downloads Closes #2001 Authored by: Lesmiscore, Jules-A, pukkandan
* [panopto] Improve subtitle extraction and support slides (#3009)coletdev2022-03-181-14/+176
| | | | Related: #1946, #2908 Authored-by: coletdjnz
* [downloader/http] Retry on more errors (#3065)coletdev2022-03-181-26/+14
| | | | | Closes #3056, #2071 Related: #3034, #2969 Authored-by: coletdjnz
* [nitter] Minor fixes and update instance list (#3099)foghawk2022-03-181-86/+135
| | | Authored by: foghawk
* [Veo] Fix extractor (#3101)i6t2022-03-181-19/+23
| | | Authored by: i6t
* [utils] `format_decimal_suffix`: Fix for very large numbers (#3109)s0u1h2022-03-182-2/+4
| | | Authored by: s0u1h
* Fix `autonumber`pukkandan2022-03-191-2/+1
| | | | Bug in 09b49e1f688831c3ad7181decf38c90f8451e6c4
* [extractor] Add `_perform_login` function (#2943)pukkandan2022-03-1868-570/+254
| | | | * Adds new functions `_initialize_pre_login` and `_perform_login` as part of the extractor API * Adds `ie.supports_login` to the public API
* [afreecatv] Match new vod url (#3097)Luc Ritchie2022-03-181-1/+4
| | | Authored by: wlritchi
* [ParamountPlus,CBS] Change VALID_URL (#3098)Sipherdrakon2022-03-182-21/+27
| | | | | Closes #3096 Authored by: Sipherdrakon
* [youtube] Fix pagination of `membership` tabpukkandan2022-03-181-0/+1
|
* Handle float in `--wait-for-video`pukkandan2022-03-181-1/+1
| | | | Closes #3082
* [veo] Fix `_VALID_URL`pukkandan2022-03-181-1/+4
| | | | Closes #3095
* [Huya] Add extractor (#3035)Ha Tien Loi2022-03-172-0/+139
| | | | Closes #3033 Authored by: hatienl0i261299
* [RUTV] Fix format sorting (#3085)Lesmiscore (Naoya Ozaki)2022-03-171-3/+3
| | | | Closes #3084 Authored by: Lesmiscore
* [niconico] Rewrite NiconicoIE (#3018)Lesmiscore (Naoya Ozaki)2022-03-172-306/+236
| | | | Closes https://github.com/yt-dlp/yt-dlp/issues/2636, partially fixes https://github.com/yt-dlp/yt-dlp/issues/367 Authored by: Lesmiscore