aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918epukkandan2022-04-121-2/+1
|
* [EmbedSubtitle] Enable for more video extensionspukkandan2022-04-121-2/+4
| | | | Closes #3382
* [utils] certifi: Make sure the pem file existspukkandan2022-04-121-1/+2
| | | | Closes #3353
* [cleanup] Misc cleanup (#2173)pukkandan2022-04-1213-33/+46
| | | | Authored by: fstirlitz, pukkandan
* [cleanup] Sort importspukkandan2022-04-1286-619/+504
| | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
* [cleanup] Upgrade syntaxpukkandan2022-04-121009-3224/+375
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [cleanup] Mark some compat variables for removal (#2173)pukkandan2022-04-1226-186/+121
| | | | Authored by fstirlitz, pukkandan
* [cleanup] Remove unused code paths (#2173)felix2022-04-1214-345/+32
| | | | | | | | | | | | | | | | | | | Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz
* [cleanup] Remove unused scripts/tests (#2173)felix2022-04-1233-2279/+0
| | | | Authored by fstirlitz, pukkandan
* [FFmpegMetadataPP] Remove `\0` from metadatapukkandan2022-04-121-0/+1
|
* [Gofile] Fix extraction (#3386)mehq2022-04-101-14/+19
| | | | Closes #3380 Authored by: mehq
* [youtube] Add `:ytnotifications` extractor (#3347)krichbanana2022-04-093-1/+91
| | | Authored by: krichbanana
* [cookies] Report progress when importing cookiespukkandan2022-04-103-46/+96
|
* [youtube, cleanup] Minor refactoringpukkandan2022-04-101-24/+47
| | | | Authored by: coletdjnz, pukkandan
* [EmbedThumbnail] Do not remove id3v1 tagspukkandan2022-04-101-1/+1
|
* [utils] locked_file: Do not give executable bits for newly created filesLesmiscore2022-04-101-1/+1
| | | | Authored by: Lesmiscore
* [utils] `sanitize_path`: Fix when path is empty stringpukkandan2022-04-092-2/+2
|
* [rai] Add `release_year`pukkandan2022-04-081-0/+1
| | | | Closes #2319
* [ZEE5] Fix extractor.Ashish Gupta2022-04-081-2/+2
| | | | | Authored by: Ashish0804 Closes: https://github.com/yt-dlp/yt-dlp/issues/3105
* [version] updategithub-actions2022-04-086-15/+15
| | | | | | Created by: pukkandan :ci skip all
* Release 2022.04.08pukkandan2022-04-083-5/+181
|
* [bilibili] Fix extraction of title with quotes (#3350)Jacek Nowacki2022-04-081-2/+34
| | | | Closes #3289 Authored by: dzek69
* [TikTokVM] Fix redirect to user URLpukkandan2022-04-081-2/+6
| | | | Closes #3349, Closes #3351
* [docs] Minor improvements (#3309, #3343)pukkandan2022-04-083-5/+7
| | | | | | | | Authored by: cffswb, danielyli Co-authored-by: Daniel Li <dan@danielyli.com> Co-authored-by: cffswb <karte577@gmail.com>
* De-prioritize automatic-subtitles when no `--sub-lang` is givenpukkandan2022-04-081-5/+6
| | | | Closes #3314
* [Jable] Add extractor (#3341)mehq2022-04-072-0/+111
| | | | Closes #3284 Authored by: mehq
* [Zattoo] Fix extractors (#2288)Alexander Seiler2022-04-072-123/+165
| | | | Closes: #1244 Authored by: goggle
* [NRK] Extract timestamp (#3231)Ha Tien Loi2022-04-071-1/+3
| | | | Closes #3211 Authored by: hatienl0i261299
* [Piapro] Extract description with break linesLesmiscore2022-04-071-1/+13
| | | | | Authored by: Lesmiscore Closes #3334
* Ignore `mhtml` formats from `-f mergeall`pukkandan2022-04-071-1/+2
| | | | Closes #3324
* [AfreecaTV] Add `AfreecaTVUserIE` (#3286)Ha Tien Loi2022-04-072-1/+58
| | | | Closes #3257 Authored by: hatienl0i261299
* [FfmpegMetadata] Write id3v1 tagspukkandan2022-04-071-0/+3
|
* [youtube] Fix uploader for collaborative playlists (#3332)coletdev2022-04-072-6/+27
| | | Authored by: coletdjnz
* [TVer] Fix extractor (#3268)Lesmiscore (Naoya Ozaki)2022-04-071-47/+64
| | | Authored by: Lesmiscore
* [test] Add `test_locked_file`pukkandan2022-04-072-2/+34
|
* [utils] locked_file: Fix non-blocking non-exclusive lockpukkandan2022-04-071-8/+5
|
* [utils] locked_file: Do not truncate files before locking (#2994)Justin Keogh2022-04-061-4/+19
| | | Authored by: jakeogh, pukkandan
* [twitcasting] Don't return multi_video for archive with single hls manifest ↵Lesmiscore (Naoya Ozaki)2022-04-071-0/+8
| | | | | (#3319) Authored by: Lesmiscore
* [Moviepilot] Add extractor (#3282)panatexxa2022-04-062-0/+116
| | | Authored by: panatexxa
* [fptplay] Fix metadata extraction (#3218)Ha Tien Loi2022-04-061-9/+28
| | | Authored by: hatienl0i261299
* Do not lock downloading file on Windowspukkandan2022-04-051-0/+4
| | | | Closes #3124
* Do not prevent download if locking is unsupportedpukkandan2022-04-052-45/+52
| | | | | | | Closes #3022 Failure to lock download-archive is still fatal. This is consistent with youtube-dl's behavior
* [http] Fix #3215pukkandan2022-04-051-1/+2
|
* [cleanup] Misc fixespukkandan2022-04-0533-127/+184
| | | | | | Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117 Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254
* [ruutu] Detect embeds (#3294)Teemu Ikonen2022-04-052-1/+40
| | | Authored by: tpikonen
* [crunchyroll:playlist] Implement beta API (#2955)Jeff Huffman2022-04-051-45/+155
| | | | | Closes #3121, #2930 Authored by: tejing1
* [TikTok] Fix URLs with user id (#3295)Ha Tien Loi2022-04-041-2/+35
| | | | Closes #3243 Authored by: hatienl0i261299
* [cleanup] Use `_html_extract_title`pukkandan2022-04-0438-80/+51
|
* Fallback to video-only format when selecting by extensionpukkandan2022-04-041-32/+19
| | | | Closes #3296
* Fix filepath sanitization in `--print-to-file`pukkandan2022-04-041-9/+14
|