aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [cleanup] Miscpukkandan2021-09-057-12/+10
| |
| * [soundcloud] Retry playlist pages on `502` errorpukkandan2021-09-051-6/+21
| | | | | | | | Closes #872
| * [soundcloud] Make playlist extraction lazypukkandan2021-09-051-40/+21
| |
| * [dw] Fix extractorpukkandan2021-09-051-6/+8
| | | | | | | | Closes #830
| * [redtube] Fix extspukkandan2021-09-051-1/+2
| | | | | | | | Closes #464
| * [plutotv] Fix extractor for URLs with `/en`pukkandan2021-09-051-10/+15
| | | | | | | | Closes #431
| * [17live] Add 17.live extractor (#866)The Hatsune Daishi2021-09-052-0/+171
| | | | | | Authored by: nao20010128nao
| * [SovietsCloset] Add extractor (#884)ChillingPepper2021-09-043-1/+209
| | | | | | Authored by: ChillingPepper
| * [youtube] Retry on 'Unknown Error' (#854)coletdjnz2021-09-041-5/+11
| | | | | | | | | | | | and do not repeat unimportant alerts Closes #839 Authored by: coletdjnz
| * [southpark] Fix SouthParkDE (#812)coletdjnz2021-09-042-8/+44
| | | | | | | | This was broken by https://github.com/yt-dlp/yt-dlp/commit/ee1e05581e32114c52e75e90983a66fb25fbc730 Authored by: coletdjnz
| * [cookies] Print warning for cookie decoding error only oncepukkandan2021-09-041-5/+5
| | | | | | | | Closes #889
| * Allow `--force-write-archive` to work with `--flat-playlist`pukkandan2021-09-041-1/+5
| | | | | | | | Related: #876
| * Handle more playlist errors with `-i`pukkandan2021-09-042-16/+30
| |
| * [ModifyChapters] fixes (See desc)pukkandan2021-09-043-15/+29
| | | | | | | | | | | | | | | | * [docs] Fix typo * Do not enable `sponskrub` by default * Fix `--force-keyframes-at-cuts` * Don't embed subtitles if the video has been cut. Previously, running `--remove-chapters` with `--embed-subs` multiple times caused repeated cuts and out-of-sync subtitles * Store `_real_duration` to prevent running ffprobe multiple times
| * Fix `--no-get-comments`pukkandan2021-09-041-1/+1
| | | | | | | | Closes #882
| * Fix `extra_info` being reused across runspukkandan2021-09-041-1/+4
| | | | | | | | | | 58adec46773ee95be356daf88da7ac8a0ff1e703 was supposed to solve this, but ended up being an incomplete fix Closes #727
| * Fix `--compat-option playlist-index`pukkandan2021-09-041-2/+2
| |
| * [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