Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [webtt] Fix timestamps | pukkandan | 2021-07-12 | 1 | -6/+5 | |
| | | | | Closes #474 | |||||
* | [youtube:comments] Move comment extraction to new API (#466) | coletdjnz | 2021-07-12 | 2 | -217/+242 | |
| | | | | | Closes #438, #481, #485 Authored by: colethedj | |||||
* | [BravoTV] Improve metadata extraction (#483) | Kevin O'Connor | 2021-07-11 | 1 | -3/+33 | |
| | | | Authored by: kevinoconnor7 | |||||
* | [embedthumbnail] Fix `_get_thumbnail_resolution` | pukkandan | 2021-07-11 | 2 | -7/+7 | |
| | ||||||
* | Improve `traverse_obj` | pukkandan | 2021-07-11 | 1 | -22/+34 | |
| | ||||||
* | [FFmpegMetadata] Add language of each stream | pukkandan | 2021-07-11 | 1 | -28/+40 | |
| | | | | and some refactoring | |||||
* | [utils] Add `variadic` | pukkandan | 2021-07-11 | 4 | -27/+15 | |
| | ||||||
* | [VIKI] Rewrite extractors (#475) | zackmark29 | 2021-07-10 | 2 | -209/+118 | |
| | | | | | | Closes #462 Also added extractor-arg `video_types` to `vikichannel` Co-authored-by: zackmark29, pukkandan | |||||
* | [youtube] Fix sorting of 3gp format | pukkandan | 2021-07-08 | 1 | -7/+11 | |
| | ||||||
* | Improve `extractor_args` parsing | pukkandan | 2021-07-08 | 5 | -15/+29 | |
| | ||||||
* | Fix selectors `all`, `mergeall` and add tests | pukkandan | 2021-07-07 | 2 | -29/+22 | |
| | | | | Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578 | |||||
* | [version] update | pukkandan | 2021-07-07 | 7 | -13/+18 | |
| | | | | :ci skip all | |||||
* | Release 2021.07.07 | pukkandan | 2021-07-07 | 3 | -3/+59 | |
| | ||||||
* | Update to ytdl-commit-a803582 | pukkandan | 2021-07-07 | 2 | -9/+15 | |
| | | | | | [peertube] only call description endpoint if necessary https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada | |||||
* | [soundcloud] Allow login using oauth token (#469) | Tom-Oliver Heidel | 2021-07-07 | 1 | -22/+29 | |
| | | | Authored by: blackjack4494 | |||||
* | [fancode] Fix extraction, support live and allow login with refresh token (#471) | zenerdi0de | 2021-07-07 | 2 | -17/+117 | |
| | | | Authored-by: zenerdi0de | |||||
* | [AdobePass] Add Spectrum MSO (#470) | OhMyBahGosh | 2021-07-07 | 1 | -0/+41 | |
| | | | | | From: https://github.com/ytdl-org/youtube-dl/pull/26792 Co-authored by: kevinoconnor7, ohmybahgosh | |||||
* | [Funimation] Rewrite extractor (See desc) (#444) | pukkandan | 2021-07-07 | 5 | -110/+211 | |
| | | | | | | | | * Support direct `/player/` URL * Treat the different versions of an episode as different formats of a single video. So `experience_id` can no longer be used as the video `id` and the `episode_id` is used instead. This means that all existing archives will break * Extractor options `language` and `version` to pre-select them * Compat option `seperate-video-versions` to fall back to old behavior (including using the old video IDs) Closes #428 | |||||
* | [extractor] Minor improvements (See desc) | pukkandan | 2021-07-07 | 1 | -10/+4 | |
| | | | | | 1. Allow removal of login hint - extractors can set their own login hint as part of `msg` 2. Cleanup `_merge_subtitles` signature | |||||
* | [extractor] Prevent unnecessary download of hls manifests | pukkandan | 2021-07-07 | 1 | -112/+48 | |
| | | | | and refactor `hls_split_discontinuity` code | |||||
* | [fragment] Handle errors in threads correctly | pukkandan | 2021-07-07 | 1 | -7/+3 | |
| | ||||||
* | [cleanup] Fix linter and some typos | pukkandan | 2021-07-04 | 9 | -15/+14 | |
| | | | | Related: https://github.com/ytdl-org/youtube-dl/pull/29398 | |||||
* | [videa] Fix extraction (#463) | nyuszika7h | 2021-07-03 | 1 | -3/+10 | |
| | | | Authored by: nyuszika7h | |||||
* | Fixes for `--list` options (See desc) | pukkandan | 2021-07-03 | 1 | -20/+20 | |
| | | | | | | | 1. Fix `--list-formats-old` 2. Allow listing with `--quiet` 3. Allow various listings to work together 4. Allow `--print` to work with listing | |||||
* | [RCTIPlus] Add extractor (#443) | MinePlayersPE | 2021-07-02 | 2 | -0/+246 | |
| | | | Authored by: MinePlayersPE | |||||
* | Some minor fixes and refactoring (see desc) | pukkandan | 2021-07-02 | 3 | -44/+38 | |
| | | | | | | * [utils] Fix issues with reversal * check_formats should catch `DownloadError`, not `ExtractorError` * Simplify format selectors with `LazyList` and `yield from` | |||||
* | [facebook] Extract description and fix title | pukkandan | 2021-07-02 | 1 | -9/+5 | |
| | | | | Partially fixes: #453 | |||||
* | [downloader/ffmpeg] Fix `--ppa` when using simultaneous download | pukkandan | 2021-07-02 | 1 | -3/+2 | |
| | ||||||
* | [Youtube] Choose correct Live chat API for upcoming streams (#460) | krichbanana | 2021-07-02 | 1 | -1/+2 | |
| | | | Authored by: krichbanana | |||||
* | [youtube] Use new API for additional video extraction requests (#328) | coletdjnz | 2021-06-29 | 2 | -177/+453 | |
| | | | | | Co-authored-by: colethedj, pukkandan Closes https://github.com/yt-dlp/yt-dlp/issues/427 Workarounds for https://github.com/ytdl-org/youtube-dl/issues/29326, https://github.com/yt-dlp/yt-dlp/issues/319, https://github.com/ytdl-org/youtube-dl/issues/29086 | |||||
* | [youtube_live_chat] use `clickTrackingParams` (#449) | siikamiika | 2021-06-27 | 1 | -18/+29 | |
| | | | Authored by: siikamiika | |||||
* | [TBS] Support livestreams (#448) | LE | 2021-06-26 | 2 | -5/+9 | |
| | | | Authored by: llacb47 | |||||
* | [youtube:comments] Fix error handling and add `itct` to params (#446) | coletdjnz | 2021-06-25 | 1 | -6/+16 | |
| | | | | | Should close #439 (untested) Authored by: colethedj | |||||
* | [youtube] Fix subtitle names for age-gated videos | pukkandan | 2021-06-25 | 2 | -2/+4 | |
| | | | | Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486 | |||||
* | Fix `--throttled-rate` when using `--load-info-json` | pukkandan | 2021-06-25 | 1 | -1/+1 | |
| | ||||||
* | Add `--extractor-args` to pass extractor-specific arguments | pukkandan | 2021-06-25 | 6 | -38/+70 | |
| | ||||||
* | [funimation] Add `FunimationShowIE` (#442) | Mevious | 2021-06-25 | 2 | -1/+56 | |
| | | | | | Closes #436 Authored by: Mevious | |||||
* | [thumbnailsconvertor] Treat `jpeg` as `jpg` | pukkandan | 2021-06-25 | 2 | -1/+3 | |
| | ||||||
* | Process videos when using `--ignore-no-formats-error` (#441) | Adrik | 2021-06-24 | 1 | -2/+4 | |
| | | | | Authored by: krichbanana | |||||
* | Fix `--flat-playlist` when entry has no `ie_key` | pukkandan | 2021-06-24 | 1 | -9/+14 | |
| | ||||||
* | [cleanup] Minor refactoring of `fragment` | pukkandan | 2021-06-24 | 3 | -77/+75 | |
| | ||||||
* | [fragment] Return status of download correctly | pukkandan | 2021-06-24 | 3 | -10/+5 | |
| | ||||||
* | [yahoo] Fix extraction (#435) | LE | 2021-06-24 | 1 | -7/+23 | |
| | | | | | Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290 Co-authored-by: llacb47, pukkandan | |||||
* | [youtube_live_chat] Fix download with cookies (#437) | siikamiika | 2021-06-24 | 1 | -13/+34 | |
| | | | | | Closes #417 Authored by: siikamiika | |||||
* | [plutotv] Improve `_VALID_URL` | pukkandan | 2021-06-23 | 1 | -8/+8 | |
| | | | | Closes #431 | |||||
* | [version] update :ci skip all | pukkandan | 2021-06-23 | 6 | -13/+13 | |
| | ||||||
* | Release 2021.06.23 | pukkandan | 2021-06-23 | 5 | -12/+53 | |
| | ||||||
* | Update to ytdl-commit-379f52a | pukkandan | 2021-06-23 | 12 | -285/+98 | |
| | | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961 | |||||
* | [funimation] Extract subtitles (#434) | Mevious | 2021-06-23 | 1 | -1/+21 | |
| | | | | | | Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645 Related: https://github.com/ytdl-org/youtube-dl/pull/24906 Authored by: Mevious | |||||
* | [hotstar] Use server time for authentication instead of local time | pukkandan | 2021-06-23 | 1 | -6/+7 | |
| | | | | Closes #396 |