Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [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 | |||||
* | [tennistv] Fix format sorting | pukkandan | 2021-02-25 | 1 | -0/+1 | |
| | ||||||
* | [version] update :ci skip dl | pukkandan | 2021-02-25 | 6 | -13/+13 | |
| | ||||||
* | Release 2021.02.24 | pukkandan | 2021-02-25 | 4 | -11/+32 | |
| | ||||||
* | Update to ytdl-commit-4460329 | pukkandan | 2021-02-25 | 9 | -142/+235 | |
| | | | | | | | | | https://github.com/ytdl-org/youtube-dl/commit/44603290e5002153f3ebad6230cc73aef42cc2cd Except: gedi, tmz https://github.com/ytdl-org/youtube-dl/commit/7422a2194fcbc179083c6927a2fcca278fed39c5 https://github.com/ytdl-org/youtube-dl/commit/8cb4b71909e720a758a17dd519d198e77884a14a https://github.com/ytdl-org/youtube-dl/commit/d81421af4b4c3f8f6e197ad4a06fcdb948484c24 | |||||
* | [documentation] Changes left behind from #85 and #107 | pukkandan | 2021-02-25 | 6 | -93/+6 | |
| | ||||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 927 | -506/+501 | |
| | | | | | | | | | * All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan | |||||
* | Fix `--windows-filenames` removing `/` from UNIX paths | pukkandan | 2021-02-25 | 1 | -0/+3 | |
| | | | | :ci skip all | |||||
* | Readthedocs support (#107) | shirt-dev | 2021-02-25 | 6 | -64/+49 | |
| | | | Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | [ffmpeg] Allow passing custom arguments before -i | pukkandan | 2021-02-24 | 7 | -34/+42 | |
| | | | | :ci skip dl | |||||
* | [documentation] Fix documentation of "Extractor Options" | pukkandan | 2021-02-24 | 3 | -31/+44 | |
| | ||||||
* | Better support HLS media discontinuity and fully support media ↵ | shirt-dev | 2021-02-24 | 13 | -475/+429 | |
| | | | | | | | initialization (#105) * Added options: `--hls-split-discontinuity` and `--no-hls-split-discontinuity` Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> | |||||
* | [tennistv] Fix extractor (Closes #104) | pukkandan | 2021-02-24 | 1 | -4/+5 | |
| | ||||||
* | Basic support for HLS media initialization (#103) | shirt-dev | 2021-02-23 | 1 | -32/+62 | |
| | | | | Co-authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [jwplatform] Add support for `hyland.com` | pukkandan | 2021-02-23 | 1 | -3/+8 | |
| | | | | | | Related: https://github.com/ytdl-org/youtube-dl/issues/12918 :ci skip dl | |||||
* | [Zee5] Add new extractor (#100) | Ashish | 2021-02-22 | 2 | -0/+114 | |
| | | | | Co-authored-by: Ashish <ashish@pop-os.localdomain> Co-authored-by: pukkandan <pukkandan@gmail.com> | |||||
* | [documentaion] Document `playable_in_embed` | pukkandan | 2021-02-22 | 2 | -0/+5 | |
| | | | | :ci skip all | |||||
* | [youtube] Show if video was a live stream in info | pukkandan | 2021-02-22 | 3 | -0/+4 | |
| | ||||||
* | [documentation] Document `all` in format selection (Closes #101) | pukkandan | 2021-02-21 | 1 | -1/+2 | |
| | | | | :ci skip all | |||||
* | [hls] Show warning if pycryptodome is not found | pukkandan | 2021-02-21 | 1 | -3/+5 | |
| | | | | :ci skip dl | |||||
* | [version] update | pukkandan | 2021-02-20 | 7 | -13/+15 | |
| | | | | :ci skip all | |||||
* | Release 2021.02.19 | pukkandan | 2021-02-20 | 6 | -11/+53 | |
| | ||||||
* | Update to ytdl-commit-cf2dbec | pukkandan | 2021-02-20 | 19 | -394/+1012 | |
| | | | | | | | https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d Except: [kakao] improve info extraction and detect geo restriction https://github.com/ytdl-org/youtube-dl/commit/d8085580f63ad3b146a31712ff76cf41d5a4558a | |||||
* | [viki] Fix extractor (Closes #91) | pukkandan | 2021-02-19 | 1 | -5/+22 | |
| | ||||||
* | [build] Publish on PyPi only if token is set | pukkandan | 2021-02-19 | 1 | -13/+4 | |
| | | | | | This allows forks to easily build releases :ci skip all | |||||
* | [documentation] Remove `--flat-videos` | pukkandan | 2021-02-19 | 2 | -2/+3 | |
| | | | | | | | It does not work as documented It was an experimental option that I forgot to remove when making the fork public :ci skip all |