aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/globo:article] Remove false positives (#4396)Bricio2022-07-201-6/+14
| | | Authored by: Bricio
* [docs] Fix bug report issue templatepukkandan2022-07-192-2/+2
| | | | Closes #4393
* `--compat-option no-live-chat` should disable danmakupukkandan2022-07-192-5/+5
| | | | Closes #4387
* [extractor/AbemaTVTitle] Implement paging (#4376)Lesmiscore2022-07-181-83/+115
| | | Authored by: Lesmiscore
* [build] Update pyinstallershirt2022-07-171-2/+2
|
* Remove Python 3.6 supportpukkandan2022-07-1814-58/+24
| | | | Closes #3764
* [version] updategithub-actions2022-07-187-26/+26
| | | | | | Created by: pukkandan :ci skip all :ci run dl
* Release 2022.07.18pukkandan2022-07-184-0/+104
|
* [cleanup] Miscpukkandan2022-07-1810-26/+40
|
* Fix bug in 2aab569f1c4c0c5b991a4ad50913d82fd04b3d26pukkandan2022-07-181-2/+3
| | | | Closes #4371
* [extractor/MangoTV] Fix subtitle languagespukkandan2022-07-181-2/+3
| | | | Closes #4315
* [extractor/BiliIntl] Fix subtitle extractionpukkandan2022-07-181-3/+5
| | | | | Closes #4359 Authored by: MinePlayersPE
* [extractor/wetv] Add extractors (#4330)Elyse2022-07-182-0/+210
| | | | Closes #1115 Authored by: elyse0
* [extractor/wikimedia] Add extractor (#4314)Ehtisham Sabir2022-07-182-0/+56
| | | | Based on https://github.com/ytdl-org/youtube-dl/pull/30796 Authored by: EhtishamSabir, pukkandan
* [extractor/Netverse] Improve playlist extractor (#3854)HobbyistDev2022-07-181-43/+43
| | | Authored by: HobbyistDev
* [extractor/rtvsl] Add extractor (#2586)chris2022-07-182-0/+149
| | | Authored by: iw0nderhow, pukkandan
* [update] Prepare to remove Python 3.6 supportpukkandan2022-07-172-9/+17
|
* [compat] Let PyInstaller detect _legacy modulepukkandan2022-07-173-14/+8
|
* Fix bug in 5200976949b93bc937a95d4453985e5e1a1160e2pukkandan2022-07-171-6/+4
|
* [extractor/philharmoniedeparis] Fix extractor (#4367)sqrtNOT2022-07-171-22/+17
| | | | Closes #4297 Authored by: sqrtNOT
* [extractor/WSJArticle] Fix video id extraction (#4268)sqrtNOT2022-07-171-1/+2
| | | | Closes #4249 Authored by: sqrtNOT
* [extractor/WatchESPN] Improve _VALID_URLpukkandan2022-07-171-1/+12
| | | | | Closes #4362 Authored by: dirkf, IONECarter
* Support `--no-progress` for `--wait-for-video`pukkandan2022-07-161-2/+8
| | | | Closes #4365
* [build] Fix architecture suffix of executables (#4355)odo20632022-07-161-6/+11
| | | Authored by: odo2063
* [extractor/instagram] Fix post/story extractors (#4074)Pritam Das2022-07-151-87/+100
| | | | Closes #4343, #3077, #2736, #3002 Authored by: pritam20ps05, pukkandan
* Fix a904a7f8c6edc42046f0a78fb279739d500d4887pukkandan2022-07-153-44/+16
|
* Allow users to specify encoding in each config files (#4357)Lesmiscore2022-07-153-10/+89
| | | Authored by: Lesmiscore
* [extractor/TubeTuGraz] Add extractor (#2397)Ferdinand Bachmann2022-07-152-0/+235
| | | | Based on https://github.com/ytdl-org/youtube-dl/pull/26778 Authored by: Ferdi265, pukkandan
* [extractor] Passthrough `errnote=False` to parsingpukkandan2022-07-151-19/+17
|
* [extractor/rtl.lu] Add extractor (#4222)HobbyistDev2022-07-142-1/+159
| | | | Closes #1721 Authored by: HobbyistDev
* [extractor/StarTrek] Add extractor (#4191)Tim Weber2022-07-133-1/+78
| | | Authored by: scy
* [extractor/Trovo] Fix extractor (#4208)u-spec-png2022-07-131-2/+44
| | | Authored by: u-spec-png
* [extractor/acfun] Add extractors (#4228)Locke2022-07-132-0/+201
| | | | Closes #3545 Authored by: lockmatrix
* [extractor/tviplayer] Add extractor (#4281)HobbyistDev2022-07-132-0/+66
| | | | Closes #2134 Authored by: HobbyistDev
* [extractor/detik] Add extractor (#4284)HobbyistDev2022-07-132-0/+123
| | | | Closes #4283 Authored by: HobbyistDev
* [extractor/hytale] Add extractor (#4326)llamasblade2022-07-132-0/+59
| | | Authored by: llamasblade, pukkandan
* [extractor/Ximalaya] Fix extractors (#4339)Locke2022-07-131-113/+44
| | | Authored by: lockmatrix
* [utils] Fix `get_domain`pukkandan2022-07-131-1/+5
| | | | | | Bug in ae61d108dd83a951b6e8a27e1fb969682416150d Closes #4344
* [extractor/cellebrite] Add extractor (#4333)HobbyistDev2022-07-132-0/+65
| | | | Closes #4014 Authored by: HobbyistDev
* [extractor/twitch] Support storyboards for VODs (#4342)ftk2022-07-131-2/+92
| | | Authored by: ftk
* [extractor/youtube] More metadata for storyboards (#4334)ftk2022-07-122-0/+7
| | | Authored by: ftk
* [docs] Improve docstring of `download_ranges` (#4340)Sebastian Wallkötter2022-07-121-3/+5
| | | Authored by: FirefoxMetzger
* [aes] Add multiple padding modes in CBCElyse2022-07-122-4/+70
| | | | Authored by: elyse0
* [extractor/theholetv] Add extractor (#4325)Dosychev Peter2022-07-112-0/+37
| | | Authored by: dosy4ev
* [cleanup] Minor fixespukkandan2022-07-114-5/+8
|
* Discard info_dict from memory if no longer neededpukkandan2022-07-112-4/+31
| | | | Closes #1399
* [extractor/crunchyroll] Improve _VALID_URLpukkandan2022-07-111-1/+1
| | | | | | | <http://www.crunchyroll.com/series/GR24PVM76/nichijou-my-ordinary-life> should be handled by Generic Closes #4322
* Do not allow extractors to return `None`pukkandan2022-07-111-0/+2
|
* [http] Ensure the file handle is always closedpukkandan2022-07-111-6/+12
| | | | Closes #4323
* Fix rounding of integers in format tablepukkandan2022-07-111-4/+4
|