aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [webtt] Fix timestampspukkandan2021-07-121-6/+5
| | | | Closes #474
* [youtube:comments] Move comment extraction to new API (#466)coletdjnz2021-07-122-217/+242
| | | | | Closes #438, #481, #485 Authored by: colethedj
* [BravoTV] Improve metadata extraction (#483)Kevin O'Connor2021-07-111-3/+33
| | | Authored by: kevinoconnor7
* [embedthumbnail] Fix `_get_thumbnail_resolution`pukkandan2021-07-112-7/+7
|
* Improve `traverse_obj`pukkandan2021-07-111-22/+34
|
* [FFmpegMetadata] Add language of each streampukkandan2021-07-111-28/+40
| | | | and some refactoring
* [utils] Add `variadic`pukkandan2021-07-114-27/+15
|
* [VIKI] Rewrite extractors (#475)zackmark292021-07-102-209/+118
| | | | | | Closes #462 Also added extractor-arg `video_types` to `vikichannel` Co-authored-by: zackmark29, pukkandan
* [youtube] Fix sorting of 3gp formatpukkandan2021-07-081-7/+11
|
* Improve `extractor_args` parsingpukkandan2021-07-085-15/+29
|
* Fix selectors `all`, `mergeall` and add testspukkandan2021-07-072-29/+22
| | | | Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578
* [version] updatepukkandan2021-07-077-13/+18
| | | | :ci skip all
* Release 2021.07.07pukkandan2021-07-073-3/+59
|
* Update to ytdl-commit-a803582pukkandan2021-07-072-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 Heidel2021-07-071-22/+29
| | | Authored by: blackjack4494
* [fancode] Fix extraction, support live and allow login with refresh token (#471)zenerdi0de2021-07-072-17/+117
| | | Authored-by: zenerdi0de
* [AdobePass] Add Spectrum MSO (#470)OhMyBahGosh2021-07-071-0/+41
| | | | | From: https://github.com/ytdl-org/youtube-dl/pull/26792 Co-authored by: kevinoconnor7, ohmybahgosh
* [Funimation] Rewrite extractor (See desc) (#444)pukkandan2021-07-075-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)pukkandan2021-07-071-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 manifestspukkandan2021-07-071-112/+48
| | | | and refactor `hls_split_discontinuity` code
* [fragment] Handle errors in threads correctlypukkandan2021-07-071-7/+3
|
* [cleanup] Fix linter and some typospukkandan2021-07-049-15/+14
| | | | Related: https://github.com/ytdl-org/youtube-dl/pull/29398
* [videa] Fix extraction (#463)nyuszika7h2021-07-031-3/+10
| | | Authored by: nyuszika7h
* Fixes for `--list` options (See desc)pukkandan2021-07-031-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)MinePlayersPE2021-07-022-0/+246
| | | Authored by: MinePlayersPE
* Some minor fixes and refactoring (see desc)pukkandan2021-07-023-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 titlepukkandan2021-07-021-9/+5
| | | | Partially fixes: #453
* [downloader/ffmpeg] Fix `--ppa` when using simultaneous downloadpukkandan2021-07-021-3/+2
|
* [Youtube] Choose correct Live chat API for upcoming streams (#460)krichbanana2021-07-021-1/+2
| | | Authored by: krichbanana
* [youtube] Use new API for additional video extraction requests (#328)coletdjnz2021-06-292-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)siikamiika2021-06-271-18/+29
| | | Authored by: siikamiika
* [TBS] Support livestreams (#448)LE2021-06-262-5/+9
| | | Authored by: llacb47
* [youtube:comments] Fix error handling and add `itct` to params (#446)coletdjnz2021-06-251-6/+16
| | | | | Should close #439 (untested) Authored by: colethedj
* [youtube] Fix subtitle names for age-gated videospukkandan2021-06-252-2/+4
| | | | Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486
* Fix `--throttled-rate` when using `--load-info-json`pukkandan2021-06-251-1/+1
|
* Add `--extractor-args` to pass extractor-specific argumentspukkandan2021-06-256-38/+70
|
* [funimation] Add `FunimationShowIE` (#442)Mevious2021-06-252-1/+56
| | | | | Closes #436 Authored by: Mevious
* [thumbnailsconvertor] Treat `jpeg` as `jpg`pukkandan2021-06-252-1/+3
|
* Process videos when using `--ignore-no-formats-error` (#441)Adrik2021-06-241-2/+4
| | | | Authored by: krichbanana
* Fix `--flat-playlist` when entry has no `ie_key`pukkandan2021-06-241-9/+14
|
* [cleanup] Minor refactoring of `fragment`pukkandan2021-06-243-77/+75
|
* [fragment] Return status of download correctlypukkandan2021-06-243-10/+5
|
* [yahoo] Fix extraction (#435)LE2021-06-241-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)siikamiika2021-06-241-13/+34
| | | | | Closes #417 Authored by: siikamiika
* [plutotv] Improve `_VALID_URL`pukkandan2021-06-231-8/+8
| | | | Closes #431
* [version] update :ci skip allpukkandan2021-06-236-13/+13
|
* Release 2021.06.23pukkandan2021-06-235-12/+53
|
* Update to ytdl-commit-379f52apukkandan2021-06-2312-285/+98
| | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961
* [funimation] Extract subtitles (#434)Mevious2021-06-231-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 timepukkandan2021-06-231-6/+7
| | | | Closes #396