Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | [webtt] Fix timestamps | pukkandan | |
Closes #474 | |||
2021-07-12 | [youtube:comments] Move comment extraction to new API (#466) | coletdjnz | |
Closes #438, #481, #485 Authored by: colethedj | |||
2021-07-11 | [BravoTV] Improve metadata extraction (#483) | Kevin O'Connor | |
Authored by: kevinoconnor7 | |||
2021-07-11 | [embedthumbnail] Fix `_get_thumbnail_resolution` | pukkandan | |
2021-07-11 | Improve `traverse_obj` | pukkandan | |
2021-07-11 | [FFmpegMetadata] Add language of each stream | pukkandan | |
and some refactoring | |||
2021-07-11 | [utils] Add `variadic` | pukkandan | |
2021-07-10 | [VIKI] Rewrite extractors (#475) | zackmark29 | |
Closes #462 Also added extractor-arg `video_types` to `vikichannel` Co-authored-by: zackmark29, pukkandan | |||
2021-07-08 | [youtube] Fix sorting of 3gp format | pukkandan | |
2021-07-08 | Improve `extractor_args` parsing | pukkandan | |
2021-07-07 | Fix selectors `all`, `mergeall` and add tests | pukkandan | |
Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578 | |||
2021-07-07 | [version] update | pukkandan | |
:ci skip all | |||
2021-07-07 | Release 2021.07.072021.07.07 | pukkandan | |
2021-07-07 | Update to ytdl-commit-a803582 | pukkandan | |
[peertube] only call description endpoint if necessary https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada | |||
2021-07-07 | [soundcloud] Allow login using oauth token (#469) | Tom-Oliver Heidel | |
Authored by: blackjack4494 | |||
2021-07-07 | [fancode] Fix extraction, support live and allow login with refresh token (#471) | zenerdi0de | |
Authored-by: zenerdi0de | |||
2021-07-07 | [AdobePass] Add Spectrum MSO (#470) | OhMyBahGosh | |
From: https://github.com/ytdl-org/youtube-dl/pull/26792 Co-authored by: kevinoconnor7, ohmybahgosh | |||
2021-07-07 | [Funimation] Rewrite extractor (See desc) (#444) | pukkandan | |
* 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 | |||
2021-07-07 | [extractor] Minor improvements (See desc) | pukkandan | |
1. Allow removal of login hint - extractors can set their own login hint as part of `msg` 2. Cleanup `_merge_subtitles` signature | |||
2021-07-07 | [extractor] Prevent unnecessary download of hls manifests | pukkandan | |
and refactor `hls_split_discontinuity` code | |||
2021-07-07 | [fragment] Handle errors in threads correctly | pukkandan | |
2021-07-04 | [cleanup] Fix linter and some typos | pukkandan | |
Related: https://github.com/ytdl-org/youtube-dl/pull/29398 | |||
2021-07-03 | [videa] Fix extraction (#463) | nyuszika7h | |
Authored by: nyuszika7h | |||
2021-07-03 | Fixes for `--list` options (See desc) | pukkandan | |
1. Fix `--list-formats-old` 2. Allow listing with `--quiet` 3. Allow various listings to work together 4. Allow `--print` to work with listing | |||
2021-07-02 | [RCTIPlus] Add extractor (#443) | MinePlayersPE | |
Authored by: MinePlayersPE | |||
2021-07-02 | Some minor fixes and refactoring (see desc) | pukkandan | |
* [utils] Fix issues with reversal * check_formats should catch `DownloadError`, not `ExtractorError` * Simplify format selectors with `LazyList` and `yield from` | |||
2021-07-02 | [facebook] Extract description and fix title | pukkandan | |
Partially fixes: #453 | |||
2021-07-02 | [downloader/ffmpeg] Fix `--ppa` when using simultaneous download | pukkandan | |
2021-07-02 | [Youtube] Choose correct Live chat API for upcoming streams (#460) | krichbanana | |
Authored by: krichbanana | |||
2021-06-29 | [youtube] Use new API for additional video extraction requests (#328) | coletdjnz | |
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 | |||
2021-06-27 | [youtube_live_chat] use `clickTrackingParams` (#449) | siikamiika | |
Authored by: siikamiika | |||
2021-06-26 | [TBS] Support livestreams (#448) | LE | |
Authored by: llacb47 | |||
2021-06-25 | [youtube:comments] Fix error handling and add `itct` to params (#446) | coletdjnz | |
Should close #439 (untested) Authored by: colethedj | |||
2021-06-25 | [youtube] Fix subtitle names for age-gated videos | pukkandan | |
Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486 | |||
2021-06-25 | Fix `--throttled-rate` when using `--load-info-json` | pukkandan | |
2021-06-25 | Add `--extractor-args` to pass extractor-specific arguments | pukkandan | |
2021-06-25 | [funimation] Add `FunimationShowIE` (#442) | Mevious | |
Closes #436 Authored by: Mevious | |||
2021-06-25 | [thumbnailsconvertor] Treat `jpeg` as `jpg` | pukkandan | |
2021-06-24 | Process videos when using `--ignore-no-formats-error` (#441) | Adrik | |
Authored by: krichbanana | |||
2021-06-24 | Fix `--flat-playlist` when entry has no `ie_key` | pukkandan | |
2021-06-24 | [cleanup] Minor refactoring of `fragment` | pukkandan | |
2021-06-24 | [fragment] Return status of download correctly | pukkandan | |
2021-06-24 | [yahoo] Fix extraction (#435) | LE | |
Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290 Co-authored-by: llacb47, pukkandan | |||
2021-06-24 | [youtube_live_chat] Fix download with cookies (#437) | siikamiika | |
Closes #417 Authored by: siikamiika | |||
2021-06-23 | [plutotv] Improve `_VALID_URL` | pukkandan | |
Closes #431 | |||
2021-06-23 | [version] update :ci skip all | pukkandan | |
2021-06-23 | Release 2021.06.232021.06.23 | pukkandan | |
2021-06-23 | Update to ytdl-commit-379f52a | pukkandan | |
[liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961 | |||
2021-06-23 | [funimation] Extract subtitles (#434) | Mevious | |
Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645 Related: https://github.com/ytdl-org/youtube-dl/pull/24906 Authored by: Mevious | |||
2021-06-23 | [hotstar] Use server time for authentication instead of local time | pukkandan | |
Closes #396 |