aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-08Release 2021.03.072021.03.07pukkandan
2021-03-07[vimeo] Fix videos with passwordteesid
https://github.com/ytdl-org/youtube-dl/pull/27992 Fixes: https://github.com/ytdl-org/youtube-dl/issues/28354 Authored by teesid
2021-03-07Fix some videos downloading with m3u8 extensionpukkandan
2021-03-07[bilibili] Change `Accept` header (Closes #145)pukkandan
This is a temporary fix. Ideally we should find a more reasonable accept string that just "*/*" Fixes: https://github.com/ytdl-org/youtube-dl/issues/28363 https://github.com/ytdl-org/youtube-dl/issues/28341 Thanks to animelover1984 for identifying the problem
2021-03-07[Documentation] Inclusion of two-line install script for Unix (#155)Ashish
Closes #83 Authored-by: Ashish <ashish@pop-os.localdomain> ci skip all
2021-03-07[rai] Check for DRM (#150)nixxo
Authored by: nixxo <nixxo@protonmail.com>
2021-03-07Remove "fixup is ignored" warning when fixup wasn't passed by userpukkandan
Closes #151
2021-03-07[youtube] Detect when Mixes end or wrap aroundpukkandan
2021-03-07[youtube] Fix community page continuation (Closes #152)pukkandan
2021-03-06[gedi] Improvements from youtube-dl (#149)nixxo
Authored-by: nixxo <c.nixxo@gmail.com>
2021-03-06[MXPlayer] Rewrite extractor with show support (#141)Ashish
Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
2021-03-05[Youtube] Fix private feeds/playlists on multi-channel accounts (#143)Matthew
Authored by: colethedj
2021-03-05[Youtube] Extract alerts from continuation (#144)Matthew
Related: #143 Authored by: colethedj
2021-03-05[downloader] Fix bug for ffmpeg/httpiepukkandan
Caused by: 7f7de7f94dfeacb0eb78cb9487dfcaf5707da381
2021-03-04[trovo] Pass origin header (Closes #139)pukkandan
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
2021-03-04[lbry] Support lbry:// urlpukkandan
https://github.com/ytdl-org/youtube-dl/pull/28207 Fixes: https://github.com/ytdl-org/youtube-dl/issues/28084 Authored by: nixxo <nixxo@protonmail.com>
2021-03-04[youtube] Fix history, trending and mix playlists (#136)pukkandan
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Matthew <colethedj@protonmail.com>
2021-03-04[cbs] Add support for ParamountPlus (#138)shirt-dev
Related: https://github.com/ytdl-org/youtube-dl/issues/28342 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
2021-03-03[update] Fix updater removing the executable bit on some UNIX distrospukkandan
Closes #133
2021-03-03[update] Fix current build hash for UNIXpukkandan
2021-03-03[version] update :ci skip allpukkandan
2021-03-03Release 2021.03.03.22021.03.03.2pukkandan
2021-03-03[build] fix bug from da7f321e9338624375eab758d822445d2846e771pukkandan
2021-03-03Release 2021.03.03pukkandan
2021-03-03Update to ytdl-2021.03.03pukkandan
2021-03-03[YouTube] Use new browse API for continuation page extraction. (#131)Matthew
Known issues (these issues existed in previous API as well) * Mix playlists only give 1 page (25 vids) * Trending only gives 1 video * History gives 5 pages (200 vids) Co-authored-by: colethedj, pukkandan
2021-03-03[youtube] Throw error when `--extractor-retries` are exhausted (Closes #130)pukkandan
2021-03-03Reduce default of `--extractor-retries` to 3pukkandan
so that even those not using sleep won't get 429'd on youtube
2021-03-03Fix packaging bugs (#129)hseg
* Autogenerate `AUTHORS` * Fix `setup.py` using wrong completion files * Complete `ChangeLog` -> `Changelog.md` rename * Make `make tar` respect DESTDIR * Remove `bin/` `yt-dlp` and `docs/` from tar and sdist * Make `pypi-files` build all files needed for `python setup.py` * Add `completions` alias * Add `devscripts/` and `supportedsites.md` to pip sdist * Remove `man` target * Remove `README.txt` from sdist * Make `clean` more granular * Move aliases to top Authored by: hseg <gesh@gesh.uni.cx>
2021-03-02[mxplayer] Add new extractorAshutosh Chaudhary
https://github.com/ytdl-org/youtube-dl/pull/27325 Authored by: codeasashu
2021-03-02[nick] fix extractionHan Dai
https://github.com/ytdl-org/youtube-dl/pull/27900 Authored by: DennyDai
2021-03-02[mtv] Fix extractor by reverting changes made in youtube-dlcpukkandan
youtube-dl has since fixed the extractor and the changes from the two sources are incompatible
2021-03-02Update to ytdl-2021.03.02pukkandan
2021-03-01Fix HLS playlist downloading (#127)shirt-dev
Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
2021-03-01[version] update :ci skippukkandan
2021-03-01Release 2021.03.012021.03.01pukkandan
2021-03-01Add option `--extractor-retries` to retry on known extractor errorspukkandan
* Currently only used by youtube Fixes https://github.com/ytdl-org/youtube-dl/issues/28194 Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)
2021-02-28Cleanup some code (see desc)pukkandan
* `--get-comments` doesn't imply `--write-info-json` if `-J`, `-j` or `--print-json` are used * Don't pass `config_location` to `YoutubeDL` (it is unused) * [bilibiliaudio] Recognize the file as audio-only * Update gitignore * Fix typos
2021-02-28Extract comments only when needed #95 (Closes #94)pukkandan
2021-02-27Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan
* Also fix documentation of `sleep_interval_subtitles` Related issues: https://github.com/blackjack4494/yt-dlc/issues/158 https://github.com/blackjack4494/youtube-dlc/issues/195 https://github.com/ytdl-org/youtube-dl/pull/28270 https://github.com/ytdl-org/youtube-dl/pull/28144 https://github.com/ytdl-org/youtube-dl/issues/27767 https://github.com/ytdl-org/youtube-dl/issues/23638 https://github.com/ytdl-org/youtube-dl/issues/26287 https://github.com/ytdl-org/youtube-dl/issues/26319
2021-02-27Allow specifying path in `--external-downloader`pukkandan
2021-02-27[hrfensehen] Fix wrong importpukkandan
2021-02-27[youtube] Fix inconsistent `webpage_url` (closes #119)pukkandan
2021-02-26[hls] Enable `--hls-use-mpegts` by default when downloading live-streamspukkandan
* Also added option `--no-hls-use-mpegts` to disable this Related: #96
2021-02-26Fix bug with m3u8 format extractionpukkandan
2021-02-26Fix `get_executable_path` (#117)shirt-dev
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
2021-02-26[viki] Fix viki play pass authentication (#111)Robin Dunn
Authored by: RobinD42
2021-02-26[ci] Disable download tests unless specifically invokedpukkandan
Tests can be enabled/disabled using the following in the commit message * Run Download: `ci-run-dl` * Skip Core: `ci-skip` * Skip Quick & Core: `ci-skip-all` (replace "-" by a space " ")
2021-02-26[youtube] Retry on incomplete `ytInitialData`pukkandan
Related: #116
2021-02-25Fix completion paths, zsh pip completion install (#114)shirt-dev