aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [version] updatepukkandan2021-09-026-13/+13
| | | | :ci skip all
* Release 2021.09.02pukkandan2021-09-025-30/+177
|
* Partially revert "[build] Add homebrew taps (#827)"pukkandan2021-09-021-13/+0
|
* Show a more useful error in older python versionspukkandan2021-09-021-1/+1
|
* [youtube] Fix subtitle namespukkandan2021-09-021-1/+1
|
* Native SponsorBlock implementation and related improvements (#360)Nil Admirari2021-09-029-130/+1261
| | | | | | | | | | | | | | | | | SponsorBlock options: * The fetched sponsor sections are written to infojson * `--sponsorblock-remove` removes specified chapters from file * `--sponsorblock-mark` marks the specified sponsor sections as chapters * `--sponsorblock-chapter-title` to specify sponsor chapter template * `--sponsorblock-api` to use a different API Related improvements: * Split `--embed-chapters` from `--embed-metadata` * Add `--remove-chapters` to remove arbitrary chapters * Add `--force-keyframes-at-cuts` for more accurate cuts when removing and splitting chapters Deprecates all `--sponskrub` options Authored by: nihil-admirari, pukkandan
* [reddit] Fix for quarantined subreddits (#848)ouwou2021-09-021-0/+2
| | | Authored by: ouwou
* [mediaset] Fix extraction for more videos (#852)nyuszika7h2021-09-021-2/+18
| | | | Closes #851 Authored by: nyuszika7h
* [mediaset] Fix extraction for some videos (#850)nyuszika7h2021-09-011-1/+17
| | | | | This was broken by #564 Closes #849 Authored by: nyuszika7h
* [XHamster] Extract `uploader_id` (#844)octotherp2021-09-011-0/+5
| | | Authored by: octotherp
* [Tokentube] Add extractor (#842)u-spec-png2021-09-012-0/+156
| | | | Closes #800 Authored by: u-spec-png
* [facebook] Fix format sortingpukkandan2021-09-011-2/+3
| | | | Closes #795
* [EmbedSubtitle] Continue even if some files are missingpukkandan2021-09-011-0/+3
|
* [Viafree] Fix extractor and extract subtitles (#828)coletdjnz2021-08-311-12/+24
| | | | Authored by: coletdjnz Fixes #820
* [iwara.tv] Extract more metadata (#829)BunnyHelp2021-09-011-2/+21
| | | Authored-by: BunnyHelp
* [afreecatv] Tolerate failure to parse date string (#832)Luc Ritchie2021-08-301-2/+11
| | | Authored by: wlritchi
* [afreecatv] Fix adult VODs (#831)Luc Ritchie2021-08-301-0/+6
| | | | | | 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
* [build] Add homebrew taps (#827)The Hatsune Daishi2021-08-303-0/+58
| | | | | https://github.com/yt-dlp/homebrew-taps Closes: #754, #770 Authored by: nao20010128nao
* [CDA] Add more formats (#805)u-spec-png2021-08-301-12/+32
| | | | Fixes: #791, https://github.com/ytdl-org/youtube-dl/issues/29844 Authored by: u-spec-png
* [build] Fix bug in making `yt-dlp.tar.gz`pukkandan2021-08-301-2/+2
|
* [StarTV] Add extractor for startv.com.tr (#815)coletdjnz2021-08-292-0/+104
| | | | Authored-by: mrfade, coletdjnz Related: https://github.com/ytdl-org/youtube-dl/issues/22715
* [Motherless] Fix extractor (#809)coletdjnz2021-08-291-6/+24
| | | | Authored-by: coletdjnz Fixes #806, https://github.com/ytdl-org/youtube-dl/issues/29626
* [VH1,TVLand] Fix extractors (#784)Sipherdrakon2021-08-304-22/+17
| | | | Fixes #745 but not #713 Authored by: Sipherdrakon
* [Patreon] Add PatreonUserIE (#573)zenerdi0de2021-08-302-2/+60
| | | Authored by: zenerdi0de
* [peloton] Add extractor (#192)IONECarter2021-08-302-0/+226
| | | Authored by: IONECarter, capntrips, pukkandan
* [ATV.at] Fix extractor for ATV.at (#816)coletdjnz2021-08-291-42/+41
| | | | Authored-by: NeroBurner, coletdjnz Fixes https://github.com/ytdl-org/youtube-dl/issues/29079
* [camtube] remove extractor (#810)coletdjnz2021-08-292-72/+0
| | | Co-authored-by: alerikaisattera
* [Nova] fix extractor (#807)std-move2021-08-291-1/+1
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/27840 Authored by: std-move
* [TV2Hu] Fix `TV2HuIE` and add `TV2HuSeriesIE` (#804)Ashish2021-08-292-43/+94
| | | | Closes #799 Authored by: Ashish0804
* [Niconico] Add Search extractors (#672)animelover19842021-08-283-5/+114
| | | Authored by: animelover1984, pukkandan
* [docs] Fix some typospukkandan2021-08-284-6/+8
| | | | Closes #677, #774
* [ShemarooMe] Fix extractor (#798)Ashish2021-08-271-13/+41
| | | | Closes #797 Authored by: Ashish0804
* Use `os.replace` where applicable (#793)Paul Wrubel2021-08-275-18/+10
| | | | | | | | | | 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
* [aria2c] Obey `--rate-limit`pukkandan2021-08-271-0/+1
|
* [youtube] Improve 26e8e04454d28b623c16f34496e31752086ff457pukkandan2021-08-261-1/+1
| | | | The streams of the same itag may have slightly different size/bitrate
* [youtube] Prefer audio stream that YouTube considers defaultpukkandan2021-08-261-2/+4
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/29864 Related: https://github.com/clsid2/mpc-hc/issues/1268
* [FormatSort] Remove priority of `lang`pukkandan2021-08-262-3/+3
|
* [facebook] Update onion URL (#788)Robin2021-08-251-2/+2
| | | Authored by: Derkades
* [ProjectVeritas] Add extractor (#790)Ashish2021-08-252-0/+56
| | | | https://github.com/ytdl-org/youtube-dl/issues/26749 Authored by: Ashish0804
* [Epicon] Add extractors (#789)Ashish2021-08-252-0/+123
| | | Authored by: Ashish0804
* Fix `--no-prefer-free-formats` (#787)CeruleanSky2021-08-251-1/+1
| | | Authored by: CeruleanSky
* fix bug in 88acdbc2698169e22cdbf358e44765150434c69epukkandan2021-08-251-1/+1
|
* [radiko] Add extractors (#731)The Hatsune Daishi2021-08-253-0/+237
| | | | https://github.com/ytdl-org/youtube-dl/issues/29840 Authored by: nao20010128nao
* [iwara] Add thumbnail (#781)i6t2021-08-251-0/+5
| | | Authored by: i6t
* [youtube] Remove annotations and deprecate `--write-annotations` (#765)coletdjnz2021-08-244-37/+5
| | | | Closes #692 Authored by: coletdjnz
* fix bug in 6251555f1c670c66aa781bf9f29e9b5b33d90be1pukkandan2021-08-241-1/+1
| | | | :ci skip
* [downloader/ffmpeg] Support for DASH manifests (experimental)pukkandan2021-08-244-10/+16
| | | | Closes #159
* [downloader/ffmpeg] Allow passing custom arguments before -ipukkandan2021-08-245-27/+34
| | | | Closes #686
* [ManotoTV] Add new extractors (#767)tandy10002021-08-242-0/+143
| | | Authored by: tandy1000
* [facebook] Fix metadata extractionpukkandan2021-08-231-38/+84
| | | | | | | 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