aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-01[mediaset] Fix extraction for some videos (#850)nyuszika7h
This was broken by #564 Closes #849 Authored by: nyuszika7h
2021-09-01[XHamster] Extract `uploader_id` (#844)octotherp
Authored by: octotherp
2021-09-01[Tokentube] Add extractor (#842)u-spec-png
Closes #800 Authored by: u-spec-png
2021-09-01[facebook] Fix format sortingpukkandan
Closes #795
2021-09-01[EmbedSubtitle] Continue even if some files are missingpukkandan
2021-08-31[Viafree] Fix extractor and extract subtitles (#828)coletdjnz
Authored by: coletdjnz Fixes #820
2021-09-01[iwara.tv] Extract more metadata (#829)BunnyHelp
Authored-by: BunnyHelp
2021-08-30[afreecatv] Tolerate failure to parse date string (#832)Luc Ritchie
Authored by: wlritchi
2021-08-30[afreecatv] Fix adult VODs (#831)Luc Ritchie
Original PR: https://github.com/ytdl-org/youtube-dl/pull/28405 Fixes https://github.com/ytdl-org/youtube-dl/issues/26622, https://github.com/ytdl-org/youtube-dl/issues/26926 Authored by: wlritchi
2021-08-30[build] Add homebrew taps (#827)The Hatsune Daishi
https://github.com/yt-dlp/homebrew-taps Closes: #754, #770 Authored by: nao20010128nao
2021-08-30[CDA] Add more formats (#805)u-spec-png
Fixes: #791, https://github.com/ytdl-org/youtube-dl/issues/29844 Authored by: u-spec-png
2021-08-30[build] Fix bug in making `yt-dlp.tar.gz`pukkandan
2021-08-29[StarTV] Add extractor for startv.com.tr (#815)coletdjnz
Authored-by: mrfade, coletdjnz Related: https://github.com/ytdl-org/youtube-dl/issues/22715
2021-08-29[Motherless] Fix extractor (#809)coletdjnz
Authored-by: coletdjnz Fixes #806, https://github.com/ytdl-org/youtube-dl/issues/29626
2021-08-30[VH1,TVLand] Fix extractors (#784)Sipherdrakon
Fixes #745 but not #713 Authored by: Sipherdrakon
2021-08-30[Patreon] Add PatreonUserIE (#573)zenerdi0de
Authored by: zenerdi0de
2021-08-30[peloton] Add extractor (#192)IONECarter
Authored by: IONECarter, capntrips, pukkandan
2021-08-29[ATV.at] Fix extractor for ATV.at (#816)coletdjnz
Authored-by: NeroBurner, coletdjnz Fixes https://github.com/ytdl-org/youtube-dl/issues/29079
2021-08-29[camtube] remove extractor (#810)coletdjnz
Co-authored-by: alerikaisattera
2021-08-29[Nova] fix extractor (#807)std-move
Fixes: https://github.com/ytdl-org/youtube-dl/issues/27840 Authored by: std-move
2021-08-29[TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` (#804)Ashish
Closes #799 Authored by: Ashish0804
2021-08-28[Niconico] Add Search extractors (#672)animelover1984
Authored by: animelover1984, pukkandan
2021-08-28[docs] Fix some typospukkandan
Closes #677, #774
2021-08-27[ShemarooMe] Fix extractor (#798)Ashish
Closes #797 Authored by: Ashish0804
2021-08-27Use `os.replace` where applicable (#793)Paul Wrubel
When using ```py os.remove(encodeFilename(filename)) os.rename(encodeFilename(temp_filename), encodeFilename(filename)) ``` the `os.remove` need not be atomic and so can be executed arbitrarily compared to the immediately following rename call. It is better to use `os.replace` instead Authored by: paulwrubel
2021-08-27[aria2c] Obey `--rate-limit`pukkandan
2021-08-26[youtube] Improve 26e8e04454d28b623c16f34496e31752086ff457pukkandan
The streams of the same itag may have slightly different size/bitrate
2021-08-26[youtube] Prefer audio stream that YouTube considers defaultpukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29864 Related: https://github.com/clsid2/mpc-hc/issues/1268
2021-08-26[FormatSort] Remove priority of `lang`pukkandan
2021-08-25[facebook] Update onion URL (#788)Robin
Authored by: Derkades
2021-08-25[ProjectVeritas] Add extractor (#790)Ashish
https://github.com/ytdl-org/youtube-dl/issues/26749 Authored by: Ashish0804
2021-08-25[Epicon] Add extractors (#789)Ashish
Authored by: Ashish0804
2021-08-25Fix `--no-prefer-free-formats` (#787)CeruleanSky
Authored by: CeruleanSky
2021-08-25fix bug in 88acdbc2698169e22cdbf358e44765150434c69epukkandan
2021-08-25[radiko] Add extractors (#731)The Hatsune Daishi
https://github.com/ytdl-org/youtube-dl/issues/29840 Authored by: nao20010128nao
2021-08-25[iwara] Add thumbnail (#781)i6t
Authored by: i6t
2021-08-24[youtube] Remove annotations and deprecate `--write-annotations` (#765)coletdjnz
Closes #692 Authored by: coletdjnz
2021-08-24fix bug in 6251555f1c670c66aa781bf9f29e9b5b33d90be1pukkandan
:ci skip
2021-08-24[downloader/ffmpeg] Support for DASH manifests (experimental)pukkandan
Closes #159
2021-08-24[downloader/ffmpeg] Allow passing custom arguments before -ipukkandan
Closes #686
2021-08-24[ManotoTV] Add new extractors (#767)tandy1000
Authored by: tandy1000
2021-08-23[facebook] Fix metadata extractionpukkandan
Original PR: https://github.com/ytdl-org/youtube-dl/pull/29796 Closes #453, https://github.com/ytdl-org/youtube-dl/issues/29421, https://github.com/ytdl-org/youtube-dl/issues/23627, https://github.com/ytdl-org/youtube-dl/issues/23180, https://github.com/ytdl-org/youtube-dl/issues/14156 Authored by: kikuyan
2021-08-23[TV2] Fix extractor (#766)Ashish
Closes #764 Authored by: Ashish0804
2021-08-23[GabTV] Add extractor (#768)Ashish
Closes #499 Authored by: Ashish0804
2021-08-23[tiktok] Add TikTokUserIE (#756)Ashish
Authored-by: Ashish0804, pukkandan
2021-08-23[TikTok] Fix metadata extractionpukkandan
2021-08-23[aljazeera] Fix extractor (#763)MinePlayersPE
Closes #762, https://github.com/ytdl-org/youtube-dl/issues/29517 Authored by: MinePlayersPE
2021-08-23[peertube] handle new video URL formatpukkandan
Closes #722, https://github.com/ytdl-org/youtube-dl/issues/29782 Original PR: https://github.com/ytdl-org/youtube-dl/pull/29475 Authored by: Chocobozzz
2021-08-23[adobepass] Fix Verizon SAML login (#743)nyuszika7h
Original PR: https://github.com/ytdl-org/youtube-dl/pull/19136 from https://bitbucket.org/ParadoxGBB/youtube-dl/commits/64bddfe15c1458a1b3461875bf9afd0a17ebeea0 Authored-by: nyuszika7h, ParadoxGBB <paradoxgbb@yahoo.com>
2021-08-23Fix `add_info_extractor` when used via APIpukkandan
Bug from: 251ae04e6a057167e4eafaf8b7b565a984b48405