aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-12[webtt] Fix timestampspukkandan
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-11Improve `traverse_obj`pukkandan
2021-07-11[FFmpegMetadata] Add language of each streampukkandan
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 formatpukkandan
2021-07-08Improve `extractor_args` parsingpukkandan
2021-07-07Fix selectors `all`, `mergeall` and add testspukkandan
Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578
2021-07-07[version] updatepukkandan
:ci skip all
2021-07-07Release 2021.07.072021.07.07pukkandan
2021-07-07Update to ytdl-commit-a803582pukkandan
[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 manifestspukkandan
and refactor `hls_split_discontinuity` code
2021-07-07[fragment] Handle errors in threads correctlypukkandan
2021-07-04[cleanup] Fix linter and some typospukkandan
Related: https://github.com/ytdl-org/youtube-dl/pull/29398
2021-07-03[videa] Fix extraction (#463)nyuszika7h
Authored by: nyuszika7h
2021-07-03Fixes 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-02Some 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 titlepukkandan
Partially fixes: #453
2021-07-02[downloader/ffmpeg] Fix `--ppa` when using simultaneous downloadpukkandan
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 videospukkandan
Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486
2021-06-25Fix `--throttled-rate` when using `--load-info-json`pukkandan
2021-06-25Add `--extractor-args` to pass extractor-specific argumentspukkandan
2021-06-25[funimation] Add `FunimationShowIE` (#442)Mevious
Closes #436 Authored by: Mevious
2021-06-25[thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan
2021-06-24Process videos when using `--ignore-no-formats-error` (#441)Adrik
Authored by: krichbanana
2021-06-24Fix `--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 correctlypukkandan
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 allpukkandan
2021-06-23Release 2021.06.232021.06.23pukkandan
2021-06-23Update to ytdl-commit-379f52apukkandan
[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 timepukkandan
Closes #396