aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-17Fix bug in 5200976949b93bc937a95d4453985e5e1a1160e2pukkandan
2022-07-17[extractor/philharmoniedeparis] Fix extractor (#4367)sqrtNOT
Closes #4297 Authored by: sqrtNOT
2022-07-17[extractor/WSJArticle] Fix video id extraction (#4268)sqrtNOT
Closes #4249 Authored by: sqrtNOT
2022-07-17[extractor/WatchESPN] Improve _VALID_URLpukkandan
Closes #4362 Authored by: dirkf, IONECarter
2022-07-16Support `--no-progress` for `--wait-for-video`pukkandan
Closes #4365
2022-07-16[build] Fix architecture suffix of executables (#4355)odo2063
Authored by: odo2063
2022-07-15[extractor/instagram] Fix post/story extractors (#4074)Pritam Das
Closes #4343, #3077, #2736, #3002 Authored by: pritam20ps05, pukkandan
2022-07-15Fix a904a7f8c6edc42046f0a78fb279739d500d4887pukkandan
2022-07-15Allow users to specify encoding in each config files (#4357)Lesmiscore
Authored by: Lesmiscore
2022-07-15[extractor/TubeTuGraz] Add extractor (#2397)Ferdinand Bachmann
Based on https://github.com/ytdl-org/youtube-dl/pull/26778 Authored by: Ferdi265, pukkandan
2022-07-15[extractor] Passthrough `errnote=False` to parsingpukkandan
2022-07-14[extractor/rtl.lu] Add extractor (#4222)HobbyistDev
Closes #1721 Authored by: HobbyistDev
2022-07-13[extractor/StarTrek] Add extractor (#4191)Tim Weber
Authored by: scy
2022-07-13[extractor/Trovo] Fix extractor (#4208)u-spec-png
Authored by: u-spec-png
2022-07-13[extractor/acfun] Add extractors (#4228)Locke
Closes #3545 Authored by: lockmatrix
2022-07-13[extractor/tviplayer] Add extractor (#4281)HobbyistDev
Closes #2134 Authored by: HobbyistDev
2022-07-13[extractor/detik] Add extractor (#4284)HobbyistDev
Closes #4283 Authored by: HobbyistDev
2022-07-13[extractor/hytale] Add extractor (#4326)llamasblade
Authored by: llamasblade, pukkandan
2022-07-13[extractor/Ximalaya] Fix extractors (#4339)Locke
Authored by: lockmatrix
2022-07-13[utils] Fix `get_domain`pukkandan
Bug in ae61d108dd83a951b6e8a27e1fb969682416150d Closes #4344
2022-07-13[extractor/cellebrite] Add extractor (#4333)HobbyistDev
Closes #4014 Authored by: HobbyistDev
2022-07-13[extractor/twitch] Support storyboards for VODs (#4342)ftk
Authored by: ftk
2022-07-12[extractor/youtube] More metadata for storyboards (#4334)ftk
Authored by: ftk
2022-07-12[docs] Improve docstring of `download_ranges` (#4340)Sebastian Wallkötter
Authored by: FirefoxMetzger
2022-07-12[aes] Add multiple padding modes in CBCElyse
Authored by: elyse0
2022-07-11[extractor/theholetv] Add extractor (#4325)Dosychev Peter
Authored by: dosy4ev
2022-07-11[cleanup] Minor fixespukkandan
2022-07-11Discard info_dict from memory if no longer neededpukkandan
Closes #1399
2022-07-11[extractor/crunchyroll] Improve _VALID_URLpukkandan
<http://www.crunchyroll.com/series/GR24PVM76/nichijou-my-ordinary-life> should be handled by Generic Closes #4322
2022-07-11Do not allow extractors to return `None`pukkandan
2022-07-11[http] Ensure the file handle is always closedpukkandan
Closes #4323
2022-07-11Fix rounding of integers in format tablepukkandan
2022-07-11[utils, cleanup] Refactor parse_codecspukkandan
2022-07-11[ModifyChapters] Modify duration in infodictpukkandan
2022-07-11[extractor/mocha] Add extractor (#4213)HobbyistDev
Closes https://github.com/yt-dlp/yt-dlp/issues/3752 Authored by: HobbyistDev
2022-07-11[extractor/syvdk] Add extractor (#4250)Misael Aguayo
Closes https://github.com/yt-dlp/yt-dlp/issues/4077 Authored by: misaelaguayo
2022-07-10[test] Split download tests so they can be more easily run in CIpukkandan
2022-07-10[extractor/youtube] Fix duration check for post-live manifestless modepukkandan
2022-07-09[extractor/bigo] Fix extractor (#4312)Lesmiscore (Naoya Ozaki)
Closes #4139 Authored by: Lesmiscore
2022-07-09[extractor/fifa] Fix extractor (#4272)ischmidt20
Authored by: ischmidt20
2022-07-09[extractor/Audiodraft] Add extractors (#4288)Felix S
Based on https://github.com/yt-dlp/yt-dlp/pull/4259 Closes https://github.com/yt-dlp/yt-dlp/issues/4028 Authored by: fstirlitz, Ashish0804
2022-07-09[extractor/liputan6] Add extractor (#4304)HobbyistDev
Closes #4303 Authored by: HobbyistDev
2022-07-09[cleanup] Misc cleanuppukkandan
2022-07-09Skip some fixup if remux/recode is needed (#4266)Lesmiscore (Naoya Ozaki)
Authored by: Lesmiscore
2022-07-09[outtmpl] Add alternate form `h` for HTML escapingpukkandan
Related: https://github.com/yt-dlp/yt-dlp/issues/3292
2022-07-09[build] Improve `setup.py`pukkandan
Closes #4296
2022-07-08[extractor/youtube, cleanup] Fix tests (#4293)Andrew
Authored by: sheerluck
2022-07-07[extractor/generic] Remove HEAD requestpukkandan
2022-07-07Do not load system certificates when `certifi` is usedpukkandan
This causes `CERTIFICATE_VERIFY_FAILED` if there is an expired/bad certificate in the system store Partially reverts 8a82af3511b4379af0d239dbd01c672c17a2c46a Related: #4145
2022-07-07Improve chapter sanitizationpukkandan