Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [rai] Check for DRM (#150) | nixxo | 2021-03-07 | 1 | -0/+12 | |
| | | | Authored by: nixxo <nixxo@protonmail.com> | |||||
* | Remove "fixup is ignored" warning when fixup wasn't passed by user | pukkandan | 2021-03-07 | 1 | -1/+1 | |
| | | | | Closes #151 | |||||
* | [youtube] Detect when Mixes end or wrap around | pukkandan | 2021-03-07 | 1 | -8/+13 | |
| | ||||||
* | [youtube] Fix community page continuation (Closes #152) | pukkandan | 2021-03-07 | 1 | -2/+6 | |
| | ||||||
* | [gedi] Improvements from youtube-dl (#149) | nixxo | 2021-03-06 | 4 | -274/+215 | |
| | | | Authored-by: nixxo <c.nixxo@gmail.com> | |||||
* | [MXPlayer] Rewrite extractor with show support (#141) | Ashish | 2021-03-06 | 1 | -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) | Matthew | 2021-03-05 | 1 | -6/+22 | |
| | | | Authored by: colethedj | |||||
* | [Youtube] Extract alerts from continuation (#144) | Matthew | 2021-03-05 | 1 | -25/+32 | |
| | | | | | Related: #143 Authored by: colethedj | |||||
* | [downloader] Fix bug for ffmpeg/httpie | pukkandan | 2021-03-05 | 1 | -3/+3 | |
| | | | | Caused by: 7f7de7f94dfeacb0eb78cb9487dfcaf5707da381 | |||||
* | [trovo] Pass origin header (Closes #139) | pukkandan | 2021-03-04 | 1 | -0/+3 | |
| | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28346 | |||||
* | [lbry] Support lbry:// url | pukkandan | 2021-03-04 | 1 | -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) | pukkandan | 2021-03-04 | 2 | -66/+82 | |
| | | | | Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com> Co-authored-by: Matthew <colethedj@protonmail.com> | |||||
* | [cbs] Add support for ParamountPlus (#138) | shirt-dev | 2021-03-04 | 1 | -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 distros | pukkandan | 2021-03-03 | 1 | -16/+6 | |
| | | | | Closes #133 | |||||
* | [update] Fix current build hash for UNIX | pukkandan | 2021-03-03 | 1 | -7/+6 | |
| | ||||||
* | [version] update :ci skip all | pukkandan | 2021-03-03 | 7 | -14/+14 | |
| | ||||||
* | Release 2021.03.03.2 | pukkandan | 2021-03-03 | 2 | -6/+10 | |
| | ||||||
* | [build] fix bug from da7f321e9338624375eab758d822445d2846e771 | pukkandan | 2021-03-03 | 1 | -1/+1 | |
| | ||||||
* | Release 2021.03.03 | pukkandan | 2021-03-03 | 4 | -4/+21 | |
| | ||||||
* | Update to ytdl-2021.03.03 | pukkandan | 2021-03-03 | 3 | -20/+63 | |
| | ||||||
* | [YouTube] Use new browse API for continuation page extraction. (#131) | Matthew | 2021-03-03 | 1 | -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) | pukkandan | 2021-03-03 | 1 | -1/+6 | |
| | ||||||
* | Reduce default of `--extractor-retries` to 3 | pukkandan | 2021-03-03 | 2 | -2/+2 | |
| | | | | so that even those not using sleep won't get 429'd on youtube | |||||
* | Fix packaging bugs (#129) | hseg | 2021-03-03 | 5 | -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 extractor | Ashutosh Chaudhary | 2021-03-02 | 2 | -0/+104 | |
| | | | | | https://github.com/ytdl-org/youtube-dl/pull/27325 Authored by: codeasashu | |||||
* | [nick] fix extraction | Han Dai | 2021-03-02 | 1 | -25/+38 | |
| | | | | | https://github.com/ytdl-org/youtube-dl/pull/27900 Authored by: DennyDai | |||||
* | [mtv] Fix extractor by reverting changes made in youtube-dlc | pukkandan | 2021-03-02 | 1 | -61/+7 | |
| | | | | youtube-dl has since fixed the extractor and the changes from the two sources are incompatible | |||||
* | Update to ytdl-2021.03.02 | pukkandan | 2021-03-02 | 10 | -402/+502 | |
| | ||||||
* | Fix HLS playlist downloading (#127) | shirt-dev | 2021-03-01 | 1 | -5/+8 | |
| | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | [version] update :ci skip | pukkandan | 2021-03-01 | 7 | -17/+18 | |
| | ||||||
* | Release 2021.03.01 | pukkandan | 2021-03-01 | 9 | -10/+36 | |
| | ||||||
* | Add option `--extractor-retries` to retry on known extractor errors | pukkandan | 2021-03-01 | 4 | -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) | pukkandan | 2021-02-28 | 5 | -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) | pukkandan | 2021-02-28 | 6 | -17/+57 | |
| | ||||||
* | Add option `--sleep-requests` to sleep b/w requests (Closes #106) | pukkandan | 2021-02-27 | 5 | -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` | pukkandan | 2021-02-27 | 4 | -10/+11 | |
| | ||||||
* | [hrfensehen] Fix wrong import | pukkandan | 2021-02-27 | 1 | -1/+1 | |
| | ||||||
* | [youtube] Fix inconsistent `webpage_url` (closes #119) | pukkandan | 2021-02-27 | 1 | -2/+4 | |
| | ||||||
* | [hls] Enable `--hls-use-mpegts` by default when downloading live-streams | pukkandan | 2021-02-26 | 3 | -8/+24 | |
| | | | | | | * Also added option `--no-hls-use-mpegts` to disable this Related: #96 | |||||
* | Fix bug with m3u8 format extraction | pukkandan | 2021-02-26 | 1 | -2/+4 | |
| | ||||||
* | Fix `get_executable_path` (#117) | shirt-dev | 2021-02-26 | 1 | -3/+7 | |
| | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | [viki] Fix viki play pass authentication (#111) | Robin Dunn | 2021-02-26 | 1 | -49/+21 | |
| | | | Authored by: RobinD42 | |||||
* | [ci] Disable download tests unless specifically invoked | pukkandan | 2021-02-26 | 3 | -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` | pukkandan | 2021-02-26 | 1 | -13/+23 | |
| | | | | Related: #116 | |||||
* | Fix completion paths, zsh pip completion install (#114) | shirt-dev | 2021-02-25 | 6 | -32/+31 | |
|\ | ||||||
| * | Merge branch 'master' into fix-paths | pukkandan | 2021-02-25 | 13 | -1271/+1285 | |
| |\ | |/ |/| | ||||||
* | | Readthedocs improvements (#115) | shirt-dev | 2021-02-25 | 13 | -1271/+1285 | |
| | | | | | | | | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> :ci skip dl | |||||
| * | Fix completion paths, zsh pip completion install | hseg | 2021-02-25 | 6 | -32/+31 | |
|/ | | | | Closes: #108, #110 | |||||
* | [embedthumbnail] Fix bug with deleting original thumbnail (Closes #113) | pukkandan | 2021-02-25 | 1 | -0/+2 | |
| | | | | :ci skip dl | |||||
* | [documentation] Fix typos (Closes #112) | pukkandan | 2021-02-25 | 2 | -4/+5 | |
| | | | | :ci skip all |