aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [dependencies] Create module with all dependency importspukkandan2022-04-2113-113/+128
|
* Don't imply `-s` for later stages of `-O`pukkandan2022-04-204-12/+15
|
* [Gofile] Support password-protected links (#3488)mehq2022-04-201-3/+22
| | | | Closes #3465 Authored by: mehq
* [Olympics] Fix format extensionpukkandan2022-04-191-1/+1
| | | | Closes #3481
* Fix `Makefile`pukkandan2022-04-192-13/+7
| | | | | | Closes #3467, #35 Authored by: putnam
* [openrec:movie] Enable fallback for /movie/ URLsLesmiscore2022-04-191-2/+2
| | | | Closes #3474
* bugfix for a44ca5a470e09b5170fc9c3a46733f050fadbfae, ↵pukkandan2022-04-194-9/+7
| | | | | | 19a0394044bfad36cd665450271b8eb048a41c02, 77f9033095cd8e1092a80db67f2b577cf13f95a8 Closes #3472
* bugfix for 19a0394044bfad36cd665450271b8eb048a41c02, ↵pukkandan2022-04-182-8/+9
| | | | 3d3bb1688bfc5373105e6bf7c3d4729cf3f78788
* [compat] Split into sub-modules (#2173)felix2022-04-1811-318/+274
| | | | Authored by: fstirlitz, pukkandan
* [cleanup] Misc cleanup and refactor (#2173)pukkandan2022-04-1831-345/+263
|
* [test] Convert warnings into errorspukkandan2022-04-189-11/+13
| | | | | | * And fix some existing warnings Authored by: fstirlitz
* [docs] Improve embedding docs and other minor fixespukkandan2022-04-185-50/+116
|
* [niconico] Set `expected_protocol` to a public fieldpukkandan2022-04-171-2/+2
| | | | Closes #3440
* [downloader/fragment] Make single thread download work for --live-from-start ↵Lesmiscore (Naoya Ozaki)2022-04-161-2/+7
| | | | | (#3446) Authored by: Lesmiscore
* Fix `--skip-unavailable-fragments`pukkandan2022-04-151-0/+2
| | | | | Bug in d71fd412495af9ebccef807379859a0baa97ddee Closes #3437
* [utils] Fix WebSocketsWrapperpukkandan2022-04-151-0/+1
| | | | | Bug in 3cea3edd1ac1101bd709dfa0305509028118b163 Closes #3422
* Do not change fragment chunk-size when `--test`pukkandan2022-04-151-1/+1
| | | | Closes #3434
* [youtube] Fix episode metadata extractioncoletdjnz2022-04-151-1/+1
|
* [chingari] Fix archiving and testspukkandan2022-04-141-2/+4
|
* [spotify] Detect iframe embeds (#3430)Felix S2022-04-142-3/+18
| | | Authored by: fstirlitz
* [facebook] Improve thumbnail extraction (#3392)Akmal2022-04-121-1/+2
| | | Authored by: Wikidepia
* 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