Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e | pukkandan | 2022-04-12 | 1 | -2/+1 |
| | |||||
* | [EmbedSubtitle] Enable for more video extensions | pukkandan | 2022-04-12 | 1 | -2/+4 |
| | | | | Closes #3382 | ||||
* | [utils] certifi: Make sure the pem file exists | pukkandan | 2022-04-12 | 1 | -1/+2 |
| | | | | Closes #3353 | ||||
* | [cleanup] Misc cleanup (#2173) | pukkandan | 2022-04-12 | 13 | -33/+46 |
| | | | | Authored by: fstirlitz, pukkandan | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 86 | -619/+504 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1009 | -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) | pukkandan | 2022-04-12 | 26 | -186/+121 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [cleanup] Remove unused code paths (#2173) | felix | 2022-04-12 | 14 | -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) | felix | 2022-04-12 | 33 | -2279/+0 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [FFmpegMetadataPP] Remove `\0` from metadata | pukkandan | 2022-04-12 | 1 | -0/+1 |
| | |||||
* | [Gofile] Fix extraction (#3386) | mehq | 2022-04-10 | 1 | -14/+19 |
| | | | | Closes #3380 Authored by: mehq | ||||
* | [youtube] Add `:ytnotifications` extractor (#3347) | krichbanana | 2022-04-09 | 3 | -1/+91 |
| | | | Authored by: krichbanana | ||||
* | [cookies] Report progress when importing cookies | pukkandan | 2022-04-10 | 3 | -46/+96 |
| | |||||
* | [youtube, cleanup] Minor refactoring | pukkandan | 2022-04-10 | 1 | -24/+47 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [EmbedThumbnail] Do not remove id3v1 tags | pukkandan | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | [utils] locked_file: Do not give executable bits for newly created files | Lesmiscore | 2022-04-10 | 1 | -1/+1 |
| | | | | Authored by: Lesmiscore | ||||
* | [utils] `sanitize_path`: Fix when path is empty string | pukkandan | 2022-04-09 | 2 | -2/+2 |
| | |||||
* | [rai] Add `release_year` | pukkandan | 2022-04-08 | 1 | -0/+1 |
| | | | | Closes #2319 | ||||
* | [ZEE5] Fix extractor. | Ashish Gupta | 2022-04-08 | 1 | -2/+2 |
| | | | | | Authored by: Ashish0804 Closes: https://github.com/yt-dlp/yt-dlp/issues/3105 | ||||
* | [version] update | github-actions | 2022-04-08 | 6 | -15/+15 |
| | | | | | | Created by: pukkandan :ci skip all | ||||
* | Release 2022.04.08 | pukkandan | 2022-04-08 | 3 | -5/+181 |
| | |||||
* | [bilibili] Fix extraction of title with quotes (#3350) | Jacek Nowacki | 2022-04-08 | 1 | -2/+34 |
| | | | | Closes #3289 Authored by: dzek69 | ||||
* | [TikTokVM] Fix redirect to user URL | pukkandan | 2022-04-08 | 1 | -2/+6 |
| | | | | Closes #3349, Closes #3351 | ||||
* | [docs] Minor improvements (#3309, #3343) | pukkandan | 2022-04-08 | 3 | -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 given | pukkandan | 2022-04-08 | 1 | -5/+6 |
| | | | | Closes #3314 | ||||
* | [Jable] Add extractor (#3341) | mehq | 2022-04-07 | 2 | -0/+111 |
| | | | | Closes #3284 Authored by: mehq | ||||
* | [Zattoo] Fix extractors (#2288) | Alexander Seiler | 2022-04-07 | 2 | -123/+165 |
| | | | | Closes: #1244 Authored by: goggle | ||||
* | [NRK] Extract timestamp (#3231) | Ha Tien Loi | 2022-04-07 | 1 | -1/+3 |
| | | | | Closes #3211 Authored by: hatienl0i261299 | ||||
* | [Piapro] Extract description with break lines | Lesmiscore | 2022-04-07 | 1 | -1/+13 |
| | | | | | Authored by: Lesmiscore Closes #3334 | ||||
* | Ignore `mhtml` formats from `-f mergeall` | pukkandan | 2022-04-07 | 1 | -1/+2 |
| | | | | Closes #3324 | ||||
* | [AfreecaTV] Add `AfreecaTVUserIE` (#3286) | Ha Tien Loi | 2022-04-07 | 2 | -1/+58 |
| | | | | Closes #3257 Authored by: hatienl0i261299 | ||||
* | [FfmpegMetadata] Write id3v1 tags | pukkandan | 2022-04-07 | 1 | -0/+3 |
| | |||||
* | [youtube] Fix uploader for collaborative playlists (#3332) | coletdev | 2022-04-07 | 2 | -6/+27 |
| | | | Authored by: coletdjnz | ||||
* | [TVer] Fix extractor (#3268) | Lesmiscore (Naoya Ozaki) | 2022-04-07 | 1 | -47/+64 |
| | | | Authored by: Lesmiscore | ||||
* | [test] Add `test_locked_file` | pukkandan | 2022-04-07 | 2 | -2/+34 |
| | |||||
* | [utils] locked_file: Fix non-blocking non-exclusive lock | pukkandan | 2022-04-07 | 1 | -8/+5 |
| | |||||
* | [utils] locked_file: Do not truncate files before locking (#2994) | Justin Keogh | 2022-04-06 | 1 | -4/+19 |
| | | | Authored by: jakeogh, pukkandan | ||||
* | [twitcasting] Don't return multi_video for archive with single hls manifest ↵ | Lesmiscore (Naoya Ozaki) | 2022-04-07 | 1 | -0/+8 |
| | | | | | (#3319) Authored by: Lesmiscore | ||||
* | [Moviepilot] Add extractor (#3282) | panatexxa | 2022-04-06 | 2 | -0/+116 |
| | | | Authored by: panatexxa | ||||
* | [fptplay] Fix metadata extraction (#3218) | Ha Tien Loi | 2022-04-06 | 1 | -9/+28 |
| | | | Authored by: hatienl0i261299 | ||||
* | Do not lock downloading file on Windows | pukkandan | 2022-04-05 | 1 | -0/+4 |
| | | | | Closes #3124 | ||||
* | Do not prevent download if locking is unsupported | pukkandan | 2022-04-05 | 2 | -45/+52 |
| | | | | | | | Closes #3022 Failure to lock download-archive is still fatal. This is consistent with youtube-dl's behavior | ||||
* | [http] Fix #3215 | pukkandan | 2022-04-05 | 1 | -1/+2 |
| | |||||
* | [cleanup] Misc fixes | pukkandan | 2022-04-05 | 33 | -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 Ikonen | 2022-04-05 | 2 | -1/+40 |
| | | | Authored by: tpikonen | ||||
* | [crunchyroll:playlist] Implement beta API (#2955) | Jeff Huffman | 2022-04-05 | 1 | -45/+155 |
| | | | | | Closes #3121, #2930 Authored by: tejing1 | ||||
* | [TikTok] Fix URLs with user id (#3295) | Ha Tien Loi | 2022-04-04 | 1 | -2/+35 |
| | | | | Closes #3243 Authored by: hatienl0i261299 | ||||
* | [cleanup] Use `_html_extract_title` | pukkandan | 2022-04-04 | 38 | -80/+51 |
| | |||||
* | Fallback to video-only format when selecting by extension | pukkandan | 2022-04-04 | 1 | -32/+19 |
| | | | | Closes #3296 | ||||
* | Fix filepath sanitization in `--print-to-file` | pukkandan | 2022-04-04 | 1 | -9/+14 |
| |