aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [bilibili] Change `Accept` header (Closes #145)pukkandan2021-03-071-10/+6
| | | | | | | | 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
* [Documentation] Inclusion of two-line install script for Unix (#155)Ashish2021-03-071-0/+17
| | | | | | Closes #83 Authored-by: Ashish <ashish@pop-os.localdomain> ci skip all
* [rai] Check for DRM (#150)nixxo2021-03-071-0/+12
| | | Authored by: nixxo <nixxo@protonmail.com>
* Remove "fixup is ignored" warning when fixup wasn't passed by userpukkandan2021-03-071-1/+1
| | | | Closes #151
* [youtube] Detect when Mixes end or wrap aroundpukkandan2021-03-071-8/+13
|
* [youtube] Fix community page continuation (Closes #152)pukkandan2021-03-071-2/+6
|
* [gedi] Improvements from youtube-dl (#149)nixxo2021-03-064-274/+215
| | | Authored-by: nixxo <c.nixxo@gmail.com>
* [MXPlayer] Rewrite extractor with show support (#141)Ashish2021-03-061-60/+84
| | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
* [Youtube] Fix private feeds/playlists on multi-channel accounts (#143)Matthew2021-03-051-6/+22
| | | Authored by: colethedj
* [Youtube] Extract alerts from continuation (#144)Matthew2021-03-051-25/+32
| | | | | Related: #143 Authored by: colethedj
* [downloader] Fix bug for ffmpeg/httpiepukkandan2021-03-051-3/+3
| | | | Caused by: 7f7de7f94dfeacb0eb78cb9487dfcaf5707da381
* [trovo] Pass origin header (Closes #139)pukkandan2021-03-041-0/+3
| | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346
* [lbry] Support lbry:// urlpukkandan2021-03-041-4/+12
| | | | | | | | 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>
* [youtube] Fix history, trending and mix playlists (#136)pukkandan2021-03-042-66/+82
| | | | Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Matthew <colethedj@protonmail.com>
* [cbs] Add support for ParamountPlus (#138)shirt-dev2021-03-041-4/+7
| | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/28342 Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* [update] Fix updater removing the executable bit on some UNIX distrospukkandan2021-03-031-16/+6
| | | | Closes #133
* [update] Fix current build hash for UNIXpukkandan2021-03-031-7/+6
|
* [version] update :ci skip allpukkandan2021-03-037-14/+14
|
* Release 2021.03.03.2pukkandan2021-03-032-6/+10
|
* [build] fix bug from da7f321e9338624375eab758d822445d2846e771pukkandan2021-03-031-1/+1
|
* Release 2021.03.03pukkandan2021-03-034-4/+21
|
* Update to ytdl-2021.03.03pukkandan2021-03-033-20/+63
|
* [YouTube] Use new browse API for continuation page extraction. (#131)Matthew2021-03-031-34/+38
| | | | | | | | 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
* [youtube] Throw error when `--extractor-retries` are exhausted (Closes #130)pukkandan2021-03-031-1/+6
|
* Reduce default of `--extractor-retries` to 3pukkandan2021-03-032-2/+2
| | | | so that even those not using sleep won't get 429'd on youtube
* Fix packaging bugs (#129)hseg2021-03-035-41/+49
| | | | | | | | | | | | | | | | * 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>
* [mxplayer] Add new extractorAshutosh Chaudhary2021-03-022-0/+104
| | | | | https://github.com/ytdl-org/youtube-dl/pull/27325 Authored by: codeasashu
* [nick] fix extractionHan Dai2021-03-021-25/+38
| | | | | https://github.com/ytdl-org/youtube-dl/pull/27900 Authored by: DennyDai
* [mtv] Fix extractor by reverting changes made in youtube-dlcpukkandan2021-03-021-61/+7
| | | | youtube-dl has since fixed the extractor and the changes from the two sources are incompatible
* Update to ytdl-2021.03.02pukkandan2021-03-0210-402/+502
|
* Fix HLS playlist downloading (#127)shirt-dev2021-03-011-5/+8
| | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* [version] update :ci skippukkandan2021-03-017-17/+18
|
* Release 2021.03.01pukkandan2021-03-019-10/+36
|
* Add option `--extractor-retries` to retry on known extractor errorspukkandan2021-03-014-30/+48
| | | | | | | * 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)
* Cleanup some code (see desc)pukkandan2021-02-285-7/+16
| | | | | | | | * `--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
* Extract comments only when needed #95 (Closes #94)pukkandan2021-02-286-17/+57
|
* Add option `--sleep-requests` to sleep b/w requests (Closes #106)pukkandan2021-02-275-11/+29
| | | | | | | | | | | | | | * 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
* Allow specifying path in `--external-downloader`pukkandan2021-02-274-10/+11
|
* [hrfensehen] Fix wrong importpukkandan2021-02-271-1/+1
|
* [youtube] Fix inconsistent `webpage_url` (closes #119)pukkandan2021-02-271-2/+4
|
* [hls] Enable `--hls-use-mpegts` by default when downloading live-streamspukkandan2021-02-263-8/+24
| | | | | | * Also added option `--no-hls-use-mpegts` to disable this Related: #96
* Fix bug with m3u8 format extractionpukkandan2021-02-261-2/+4
|
* Fix `get_executable_path` (#117)shirt-dev2021-02-261-3/+7
| | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
* [viki] Fix viki play pass authentication (#111)Robin Dunn2021-02-261-49/+21
| | | Authored by: RobinD42
* [ci] Disable download tests unless specifically invokedpukkandan2021-02-263-40/+2
| | | | | | | | 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 " ")
* [youtube] Retry on incomplete `ytInitialData`pukkandan2021-02-261-13/+23
| | | | Related: #116
* Fix completion paths, zsh pip completion install (#114)shirt-dev2021-02-256-32/+31
|\
| * Merge branch 'master' into fix-pathspukkandan2021-02-2513-1271/+1285
| |\ | |/ |/|
* | Readthedocs improvements (#115)shirt-dev2021-02-2513-1271/+1285
| | | | | | | | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> :ci skip dl
| * Fix completion paths, zsh pip completion installhseg2021-02-256-32/+31
|/ | | | Closes: #108, #110