aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [utils] Validate `DateRange` inputpukkandan2022-02-121-5/+9
| | | | | | | | Closes #2641
| * [youtube] Differentiate descriptive audio by language codepukkandan2022-02-121-3/+8
| | | | | | | | Related: #2677
| * [youtube] Label original auto-subspukkandan2022-02-121-0/+3
| | | | | | | | Closes #2655
| * [extractor] Extract subtitles from manifests for more sites (#2686)Felix S2022-02-114-23/+34
| | | | | | | | | | vimeo, globo, kaltura, svt Authored by: fstirlitz
| * [Gettr] Add `GettrStreamingIE` (#2661)i6t2022-02-112-7/+85
| | | | | | | | Closes #2654 Authored by: i6t
| * [globo] Expand valid URL (#2732)Bricio2022-02-111-1/+10
| | | | | | | | Closes #2730 Authored by: Bricio
| * [beeg] Fix extractor (#2616)Bricio2022-02-111-73/+50
| | | | | | | | | | Closes #2592 Authored by: Bricio
| * [extractor] Allow `http_headers` to be specified for `thumbnails`pukkandan2022-02-112-1/+4
| |
| * [cleanup] Remove extractors for some dead websites (#2739)marieell2022-02-1114-637/+0
| | | | | | | | | | | | 90tv.ir, HornBunny.com, 220.ro, 5min.com, Kankan.com, Roxwel.com, FreshLive.tv, TheScene.com, Vube.com Authored by: marieell
| * [afreecatv] Support password-protected livestreams (#2738)Luc Ritchie2022-02-111-6/+15
| | | | | | Authored by: wlritchi
| * [downloader] Do not use aria2c for non-native `m3u8`pukkandan2022-02-114-5/+4
| | | | | | | | Closes #2718
| * [options] Rename `--clean-infojson` to `--clean-info-json`pukkandan2022-02-112-2/+4
| |
| * [options] Better ambiguous option resolutionpukkandan2022-02-111-1/+14
| | | | | | | | | | Eg: `--write-auto` no longer results in > ambiguous option: --write-auto (--write-auto-subs, --write-automatic-subs?)
| * [zaq1] Remove dead extractor (#2728)marieell2022-02-111-101/+0
| | | | | | | | Was already partially removed in https://github.com/yt-dlp/yt-dlp/commit/29f7c58aafb25a094e267a8a3fb355e102e42792 Authored-by: marieell
* | updated from upstream | 05/02/2022 at 10:48Jesús2022-02-05156-2463/+8344
|\|
| * [utils] Use `locked_file` for `sanitize_open` (#1066)Justin Keogh2022-02-051-10/+24
| | | | | | Authored by: jakeogh
| * [nfb] Add extractor (#2579)ofkz2022-02-052-0/+63
| | | | | | Authored by: ofkz
| * [version] updategithub-actions2022-02-046-15/+15
| | | | | | | | | | | | Created by: pukkandan :ci skip all
| * Release 2022.02.04pukkandan2022-02-042-1/+9
| |
| * [youtube:search] Add testspukkandan2022-02-041-2/+16
| |
| * [websocket] Make syntax error in `websockets` module non-fatalpukkandan2022-02-041-2/+5
| | | | | | | | Closes #2633
| * [mediaset] Fix extractor (#2158)nixxo2022-02-041-31/+90
| | | | | | | | Closes #2149 Authored by: nixxo
| * [twitcasting] Enforce UTF-8 for POST payload (#2521)Lesmiscore (Naoya Ozaki)2022-02-041-1/+1
| | | | | | Authored by: Lesmiscore
| * [youtube] Fix search extractorcoletdjnz2022-02-041-3/+3
| | | | | | | | | | Regression introduced in https://github.com/yt-dlp/yt-dlp/commit/16aa9ea41dd0a575c6c2d6945d3f8fe3bb42b327. Closes #2628 Authored-by: coletdjnz
| * [version] updategithub-actions2022-02-036-15/+15
| | | | | | | | | | | | Created by: pukkandan :ci skip all
| * Release 2022.02.03pukkandan2022-02-034-7/+85
| |
| * Update to ytdl-commit-78ce962pukkandan2022-02-036-30/+22
| | | | | | | | | | [youtube] Support channel search https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67
| * [cleanup,docs] Minor fixespukkandan2022-02-0314-35/+37
| | | | | | | | Closes #2541, #2484
| * [FFmpegConcat] Abort on --skip-download and download errorspukkandan2022-02-031-9/+8
| | | | | | | | Closes #2470
| * [utils] Strip double spaces in `clean_html`pukkandan2022-02-031-4/+3
| | | | | | | | | | Closes #2497 Authored by: dirkf
| * Make nested --config-locations relative to parent filepukkandan2022-02-031-1/+3
| | | | | | | | | | * and allow environment variables in it so that you can use `$PWD`/`%cd%` to specify paths relative to current directory
| * [glomex] Simplify embed detection (#2600)pukkandan2022-02-031-41/+31
| | | | | | Closes #2512
| * [bilibili] Fix extractorpukkandan2022-02-021-10/+11
| | | | | | | | | | Closes #2599, Closes #2562 Fixes https://github.com/yt-dlp/yt-dlp/pull/1716#issuecomment-980512982
| * [instagram] Fix bug in 013322a95e396ab21c8febc3e560d8a177c87f4apukkandan2022-02-021-1/+1
| | | | | | | | Closes #2552
| * [cctv] De-prioritize sample formatpukkandan2022-02-021-1/+2
| | | | | | | | Closes #2479
| * [doodstream] Fix extractorpukkandan2022-02-021-16/+21
| | | | | | | | Closes #2584
| * [generic] Allow further processing of json_ld URLpukkandan2022-02-022-3/+6
| | | | | | | | Closes #2578
| * Fix `--compat-options list-formats`pukkandan2022-02-021-5/+4
| | | | | | | | Closes #2481
| * [globo] Fix extractor (#2589)Bricio2022-02-021-3/+23
| | | | | | | | Closes #2524 Authored by: Bricio
| * [youtube, cleanup] Misc fixes and cleanuppukkandan2022-02-021-23/+28
| |
| * [youtube] Add extractor `YoutubeMusicSearchURLIE`pukkandan2022-02-022-9/+90
| | | | | | | | Closes #2568
| * [fc2] Fix extraction (#2572)Lesmiscore (Naoya Ozaki)2022-02-011-32/+21
| | | | | | | | Closes #2566 Authored by: Lesmiscore
| * [TikTok] Iterate through app versions (#2449)MinePlayersPE2022-02-012-22/+61
| | | | | | | | Closes #2476 Authored by: MinePlayersPE
| * [dplay] Add extractors for site changes (#2401)Sipherdrakon2022-02-012-5/+289
| | | | | | | | Closes #2438 Authored by: Sipherdrakon
| * [ertgr] Add new extractors (#2338)Zenon Mousmoulas2022-02-013-0/+338
| | | | | | Authored-by: zmousm, dirkf
| * [youtube] Fix n-sig for player e06dea74pukkandan2022-02-012-3/+13
| |
| * [outtmpl] Handle hard-coded file extension betterpukkandan2022-02-011-3/+10
| | | | | | | | | | When we know that the user-provided extension is the correct final one, replace it with intermediate extension during download
| * [outtmpl] Handle `-o ""` betterpukkandan2022-02-012-1/+4
| | | | | | | | | | Since the specific type of file is not downloaded when giving `-o "<type>:"`, now `-o ""` acts as an alias to `--skip-download`
| * [Pladform] Fix redirection to external player (#2550)KiberInfinity2022-02-011-1/+25
| | | | | | Authored by: KiberInfinity
| * [tumblr] Fix 403 errors and handle vimeo embeds (#2542)foghawk2022-02-011-35/+45
| | | | | | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/29585 Authored by: foghawk