Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug in 5200976949b93bc937a95d4453985e5e1a1160e2 | pukkandan | 2022-07-17 | 1 | -6/+4 | |
| | ||||||
* | [extractor/philharmoniedeparis] Fix extractor (#4367) | sqrtNOT | 2022-07-17 | 1 | -22/+17 | |
| | | | | Closes #4297 Authored by: sqrtNOT | |||||
* | [extractor/WSJArticle] Fix video id extraction (#4268) | sqrtNOT | 2022-07-17 | 1 | -1/+2 | |
| | | | | Closes #4249 Authored by: sqrtNOT | |||||
* | [extractor/WatchESPN] Improve _VALID_URL | pukkandan | 2022-07-17 | 1 | -1/+12 | |
| | | | | | Closes #4362 Authored by: dirkf, IONECarter | |||||
* | Support `--no-progress` for `--wait-for-video` | pukkandan | 2022-07-16 | 1 | -2/+8 | |
| | | | | Closes #4365 | |||||
* | [build] Fix architecture suffix of executables (#4355) | odo2063 | 2022-07-16 | 1 | -6/+11 | |
| | | | Authored by: odo2063 | |||||
* | [extractor/instagram] Fix post/story extractors (#4074) | Pritam Das | 2022-07-15 | 1 | -87/+100 | |
| | | | | Closes #4343, #3077, #2736, #3002 Authored by: pritam20ps05, pukkandan | |||||
* | Fix a904a7f8c6edc42046f0a78fb279739d500d4887 | pukkandan | 2022-07-15 | 3 | -44/+16 | |
| | ||||||
* | Allow users to specify encoding in each config files (#4357) | Lesmiscore | 2022-07-15 | 3 | -10/+89 | |
| | | | Authored by: Lesmiscore | |||||
* | [extractor/TubeTuGraz] Add extractor (#2397) | Ferdinand Bachmann | 2022-07-15 | 2 | -0/+235 | |
| | | | | Based on https://github.com/ytdl-org/youtube-dl/pull/26778 Authored by: Ferdi265, pukkandan | |||||
* | [extractor] Passthrough `errnote=False` to parsing | pukkandan | 2022-07-15 | 1 | -19/+17 | |
| | ||||||
* | [extractor/rtl.lu] Add extractor (#4222) | HobbyistDev | 2022-07-14 | 2 | -1/+159 | |
| | | | | Closes #1721 Authored by: HobbyistDev | |||||
* | [extractor/StarTrek] Add extractor (#4191) | Tim Weber | 2022-07-13 | 3 | -1/+78 | |
| | | | Authored by: scy | |||||
* | [extractor/Trovo] Fix extractor (#4208) | u-spec-png | 2022-07-13 | 1 | -2/+44 | |
| | | | Authored by: u-spec-png | |||||
* | [extractor/acfun] Add extractors (#4228) | Locke | 2022-07-13 | 2 | -0/+201 | |
| | | | | Closes #3545 Authored by: lockmatrix | |||||
* | [extractor/tviplayer] Add extractor (#4281) | HobbyistDev | 2022-07-13 | 2 | -0/+66 | |
| | | | | Closes #2134 Authored by: HobbyistDev | |||||
* | [extractor/detik] Add extractor (#4284) | HobbyistDev | 2022-07-13 | 2 | -0/+123 | |
| | | | | Closes #4283 Authored by: HobbyistDev | |||||
* | [extractor/hytale] Add extractor (#4326) | llamasblade | 2022-07-13 | 2 | -0/+59 | |
| | | | Authored by: llamasblade, pukkandan | |||||
* | [extractor/Ximalaya] Fix extractors (#4339) | Locke | 2022-07-13 | 1 | -113/+44 | |
| | | | Authored by: lockmatrix | |||||
* | [utils] Fix `get_domain` | pukkandan | 2022-07-13 | 1 | -1/+5 | |
| | | | | | | Bug in ae61d108dd83a951b6e8a27e1fb969682416150d Closes #4344 | |||||
* | [extractor/cellebrite] Add extractor (#4333) | HobbyistDev | 2022-07-13 | 2 | -0/+65 | |
| | | | | Closes #4014 Authored by: HobbyistDev | |||||
* | [extractor/twitch] Support storyboards for VODs (#4342) | ftk | 2022-07-13 | 1 | -2/+92 | |
| | | | Authored by: ftk | |||||
* | [extractor/youtube] More metadata for storyboards (#4334) | ftk | 2022-07-12 | 2 | -0/+7 | |
| | | | Authored by: ftk | |||||
* | [docs] Improve docstring of `download_ranges` (#4340) | Sebastian Wallkötter | 2022-07-12 | 1 | -3/+5 | |
| | | | Authored by: FirefoxMetzger | |||||
* | [aes] Add multiple padding modes in CBC | Elyse | 2022-07-12 | 2 | -4/+70 | |
| | | | | Authored by: elyse0 | |||||
* | [extractor/theholetv] Add extractor (#4325) | Dosychev Peter | 2022-07-11 | 2 | -0/+37 | |
| | | | Authored by: dosy4ev | |||||
* | [cleanup] Minor fixes | pukkandan | 2022-07-11 | 4 | -5/+8 | |
| | ||||||
* | Discard info_dict from memory if no longer needed | pukkandan | 2022-07-11 | 2 | -4/+31 | |
| | | | | Closes #1399 | |||||
* | [extractor/crunchyroll] Improve _VALID_URL | pukkandan | 2022-07-11 | 1 | -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` | pukkandan | 2022-07-11 | 1 | -0/+2 | |
| | ||||||
* | [http] Ensure the file handle is always closed | pukkandan | 2022-07-11 | 1 | -6/+12 | |
| | | | | Closes #4323 | |||||
* | Fix rounding of integers in format table | pukkandan | 2022-07-11 | 1 | -4/+4 | |
| | ||||||
* | [utils, cleanup] Refactor parse_codecs | pukkandan | 2022-07-11 | 2 | -24/+32 | |
| | ||||||
* | [ModifyChapters] Modify duration in infodict | pukkandan | 2022-07-11 | 1 | -2/+3 | |
| | ||||||
* | [extractor/mocha] Add extractor (#4213) | HobbyistDev | 2022-07-11 | 2 | -0/+67 | |
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/3752 Authored by: HobbyistDev | |||||
* | [extractor/syvdk] Add extractor (#4250) | Misael Aguayo | 2022-07-11 | 2 | -0/+34 | |
| | | | | Closes https://github.com/yt-dlp/yt-dlp/issues/4077 Authored by: misaelaguayo | |||||
* | [test] Split download tests so they can be more easily run in CI | pukkandan | 2022-07-10 | 1 | -3/+19 | |
| | ||||||
* | [extractor/youtube] Fix duration check for post-live manifestless mode | pukkandan | 2022-07-10 | 1 | -1/+1 | |
| | ||||||
* | [extractor/bigo] Fix extractor (#4312) | Lesmiscore (Naoya Ozaki) | 2022-07-09 | 1 | -6/+6 | |
| | | | | | Closes #4139 Authored by: Lesmiscore | |||||
* | [extractor/fifa] Fix extractor (#4272) | ischmidt20 | 2022-07-09 | 1 | -26/+12 | |
| | | | Authored by: ischmidt20 | |||||
* | [extractor/Audiodraft] Add extractors (#4288) | Felix S | 2022-07-09 | 2 | -0/+97 | |
| | | | | | | 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 | |||||
* | [extractor/liputan6] Add extractor (#4304) | HobbyistDev | 2022-07-09 | 2 | -0/+65 | |
| | | | | | Closes #4303 Authored by: HobbyistDev | |||||
* | [cleanup] Misc cleanup | pukkandan | 2022-07-09 | 19 | -38/+52 | |
| | ||||||
* | Skip some fixup if remux/recode is needed (#4266) | Lesmiscore (Naoya Ozaki) | 2022-07-09 | 1 | -12/+15 | |
| | | | Authored by: Lesmiscore | |||||
* | [outtmpl] Add alternate form `h` for HTML escaping | pukkandan | 2022-07-09 | 2 | -3/+6 | |
| | | | | Related: https://github.com/yt-dlp/yt-dlp/issues/3292 | |||||
* | [build] Improve `setup.py` | pukkandan | 2022-07-09 | 1 | -20/+28 | |
| | | | | Closes #4296 | |||||
* | [extractor/youtube, cleanup] Fix tests (#4293) | Andrew | 2022-07-08 | 1 | -11/+42 | |
| | | | Authored by: sheerluck | |||||
* | [extractor/generic] Remove HEAD request | pukkandan | 2022-07-07 | 1 | -40/+18 | |
| | ||||||
* | Do not load system certificates when `certifi` is used | pukkandan | 2022-07-07 | 2 | -13/+14 | |
| | | | | | | | | | This causes `CERTIFICATE_VERIFY_FAILED` if there is an expired/bad certificate in the system store Partially reverts 8a82af3511b4379af0d239dbd01c672c17a2c46a Related: #4145 | |||||
* | Improve chapter sanitization | pukkandan | 2022-07-07 | 2 | -7/+10 | |
| |