aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-05[crunchyroll:playlist] Implement beta API (#2955)Jeff Huffman
Closes #3121, #2930 Authored by: tejing1
2022-04-04[TikTok] Fix URLs with user id (#3295)Ha Tien Loi
Closes #3243 Authored by: hatienl0i261299
2022-04-04[cleanup] Use `_html_extract_title`pukkandan
2022-04-04Fallback to video-only format when selecting by extensionpukkandan
Closes #3296
2022-04-04Fix filepath sanitization in `--print-to-file`pukkandan
2022-04-04[Imdb] Improve extractor (#3291)Ha Tien Loi
Closes #3283 Authored by: hatienl0i261299
2022-04-04[Cybrary] Add extractor (#3264)Tim Schindler
Authored by: aaearon
2022-04-04[openrec] Download archived livestreams (#3267)Lesmiscore (Naoya Ozaki)
Authored by: Lesmiscore
2022-04-03[elonet] Rewrite extractor (#3277)Fam0r
Closes #2911 Authored by: Fam0r, pukkandan
2022-04-03[tenplay] Improve extractor (#3280)aarubui
Authored by: aarubui
2022-04-03[youtube:tab] Minor improvements (See desc)pukkandan
* Support shorts on channel homepage * Extract thumbnail of OLAK playlists
2022-04-02[youtube:search] Support hashtag entries (#3265)coletdev
Authored-by: coletdjnz
2022-04-02[web.archive:youtube] Make CDX API requests non-fatalcoletdjnz
Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278 Authored-by: coletdjnz
2022-04-01[rai] Fix extraction of http formats (#3272)nixxo
Closes #3270 Authored by: nixxo
2022-04-02[Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0pukkandan
2022-04-01[niconico] Fix extraction of thumbnails and uploader (#3266)Lesmiscore (Naoya Ozaki)
2022-03-31[utils] `traverse_obj`: Allow filtering by valuepukkandan
2022-03-31[utils] Add `try_call`pukkandan
2022-03-31[BRMediathek] Fix VALID_URLpukkandan
Closes #2466
2022-03-30[AZMedien] Support `tv.telezueri.ch` (#3251)Alexander Seiler
Authored by: goggle
2022-03-30[Craftsy] Add extractor (#3208)Bricio
Authored by: Bricio
2022-03-30[viu] Fix bypass for preview (#3247)zackmark29
Authored by: zackmark29
2022-03-30[crunhyroll] Fix inheritancepukkandan
https://github.com/yt-dlp/yt-dlp/pull/2955#issuecomment-1083060465
2022-03-30[docs] Clarify the exact `BSD` license of dependencies (#3197)MrRawes
Authored by: MrRawes
2022-03-30[docs] Add an `.editorconfig` file (#3220)Felix S
Authored by: fstirlitz
2022-03-30[xnxx] Add `xnxx3.com` (#3188)Daniel
Authored by: rozari0
2022-03-30[dailymotion] Support `geo.dailymotion.com` (#3230)Ha Tien Loi
Closes #3229 Authored by: hatienl0i261299
2022-03-30Fix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2pukkandan
Closes #3241
2022-03-29[YouTube] Add new age-gate bypass (#3233)David
Closes #3182 Authored by: zerodytrash, pukkandan
2022-03-29[ffmpeg] Cache version datapukkandan
Related: https://github.com/dasl-/pifi/issues/9
2022-03-27[WasdTV] Add extractor (#3045)Ha Tien Loi
Closes #3041 Authored by: un-def, hatienl0i261299
2022-03-27[viki] Don't attempt to modify URLs with signature (#3222)nyuszika7h
Closes #1379 Authored by: nyuszika7h
2022-03-27[BiliIntl] Support user-generated videos (#3203)Luc Ritchie
Authored by: wlritchi
2022-03-28Fix `--no-overwrite` for playlist infojsonpukkandan
Fixes: https://github.com/yt-dlp/yt-dlp/issues/1467#issuecomment-1079922971
2022-03-28[utils] Add `filter_dict`pukkandan
2022-03-28[youtube:tab] Fix duration extraction for shorts (#3171)coletdev
Related: https://github.com/TeamNewPipe/NewPipe/issues/8034 Authored-by: coletdjnz
2022-03-27[go,viu] Extract subtitles from the m3u8 manifest (#3219)Felix S
Authored by: fstirlitz
2022-03-27[ITProTV] Add extractor (#3196)Tim Schindler
Authored by: aaearon
2022-03-27[BanBye] Add extractor (#3177)mehq
Closes #3175 Authored by: mehq
2022-03-27[youtube] Fix auto-translated automatic captionspukkandan
d49669acad71f640ffd8b78f0ea7911ae1f67720 only covered ASR Closes #2956
2022-03-27[youtube] Add extractor-arg to skip auto-translated subspukkandan
2022-03-27Show warning when all media formats have DRMpukkandan
Related: #1379
2022-03-27[youtube] Detect DRM bettershirt
Authored by: shirt-dev
2022-03-27[outtmpl] Limit changes during sanitizationpukkandan
Closes #2761
2022-03-27[youtube:tab] Return shorts url if video is a short (#3168)coletdev
Allows filtering out shorts from feeds with `--match-filter` Closes #3165 Authored-by: coletdjnz
2022-03-27[VideoConvertor] Ensure all streams are copiedpukkandan
Closes #3200
2022-03-27[Concat] Ensure final directory existspukkandan
Fixes https://github.com/yt-dlp/yt-dlp/issues/3181#issuecomment-1079622589
2022-03-26[outtmpl] Fix replacement/default when used with alternatepukkandan
2022-03-25Ignore format-specific fields in initial pass of `--match-filter`pukkandan
Closes #3074
2022-03-25[utils] WebSocketsWrapper: Allow omitting `__enter__` invocation (#3187)Lesmiscore (Naoya Ozaki)
Authored by: Lesmiscore