Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [Gofile] Support password-protected links (#3488) | mehq | 2022-04-20 | 1 | -3/+22 | |
| | | | | | | | | Closes #3465 Authored by: mehq | |||||
| * | [Olympics] Fix format extension | pukkandan | 2022-04-19 | 1 | -1/+1 | |
| | | | | | | | | Closes #3481 | |||||
| * | Fix `Makefile` | pukkandan | 2022-04-19 | 2 | -13/+7 | |
| | | | | | | | | | | | | Closes #3467, #35 Authored by: putnam | |||||
| * | [openrec:movie] Enable fallback for /movie/ URLs | Lesmiscore | 2022-04-19 | 1 | -2/+2 | |
| | | | | | | | | Closes #3474 | |||||
| * | bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵ | pukkandan | 2022-04-19 | 4 | -9/+7 | |
| | | | | | | | | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472 | |||||
| * | bugfix for 19a0394044bfad36cd665450271b8eb048a41c02, ↵ | pukkandan | 2022-04-18 | 2 | -8/+9 | |
| | | | | | | | | 3d3bb1688bfc5373105e6bf7c3d4729cf3f78788 | |||||
| * | [compat] Split into sub-modules (#2173) | felix | 2022-04-18 | 11 | -318/+274 | |
| | | | | | | | | Authored by: fstirlitz, pukkandan | |||||
| * | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 31 | -345/+263 | |
| | | ||||||
| * | [test] Convert warnings into errors | pukkandan | 2022-04-18 | 9 | -11/+13 | |
| | | | | | | | | | | | | * And fix some existing warnings Authored by: fstirlitz | |||||
| * | [docs] Improve embedding docs and other minor fixes | pukkandan | 2022-04-18 | 5 | -50/+116 | |
| | | ||||||
| * | [niconico] Set `expected_protocol` to a public field | pukkandan | 2022-04-17 | 1 | -2/+2 | |
| | | | | | | | | Closes #3440 | |||||
| * | [downloader/fragment] Make single thread download work for --live-from-start ↵ | Lesmiscore (Naoya Ozaki) | 2022-04-16 | 1 | -2/+7 | |
| | | | | | | | | | | (#3446) Authored by: Lesmiscore | |||||
| * | Fix `--skip-unavailable-fragments` | pukkandan | 2022-04-15 | 1 | -0/+2 | |
| | | | | | | | | | | Bug in d71fd412495af9ebccef807379859a0baa97ddee Closes #3437 | |||||
| * | [utils] Fix WebSocketsWrapper | pukkandan | 2022-04-15 | 1 | -0/+1 | |
| | | | | | | | | | | Bug in 3cea3edd1ac1101bd709dfa0305509028118b163 Closes #3422 | |||||
| * | Do not change fragment chunk-size when `--test` | pukkandan | 2022-04-15 | 1 | -1/+1 | |
| | | | | | | | | Closes #3434 | |||||
| * | [youtube] Fix episode metadata extraction | coletdjnz | 2022-04-15 | 1 | -1/+1 | |
| | | ||||||
| * | [chingari] Fix archiving and tests | pukkandan | 2022-04-14 | 1 | -2/+4 | |
| | | ||||||
| * | [spotify] Detect iframe embeds (#3430) | Felix S | 2022-04-14 | 2 | -3/+18 | |
| | | | | | | Authored by: fstirlitz | |||||
| * | [facebook] Improve thumbnail extraction (#3392) | Akmal | 2022-04-12 | 1 | -1/+2 | |
| | | | | | | Authored by: Wikidepia | |||||
| * | 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 | |
| | | ||||||
* | | updated from upstream | 12/04/2022 at 01:37 | Jesús | 2022-04-12 | 1 | -14/+19 | |
|\| | ||||||
| * | [Gofile] Fix extraction (#3386) | mehq | 2022-04-10 | 1 | -14/+19 | |
| | | | | | | | | Closes #3380 Authored by: mehq | |||||
* | | updated from upstream | 10/04/2022 at 07:57 | Jesús | 2022-04-10 | 28 | -286/+1099 | |
|\| | ||||||
| * | [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 |