]> jfr.im git - yt-dlp.git/log
yt-dlp.git
3 years agoRelease 2021.07.21 2021.07.21
pukkandan [Wed, 21 Jul 2021 18:02:21 +0000 (23:32 +0530)] 
Release 2021.07.21
and fix some typos
Closes #538

3 years ago[youtube] Make `--extractor-retries` work for more errors
pukkandan [Wed, 21 Jul 2021 17:57:23 +0000 (23:27 +0530)] 
[youtube] Make `--extractor-retries` work for more errors
Closes #507

3 years agoFix bug where `original_url` was not propagated when `_type`=`url`
pukkandan [Wed, 21 Jul 2021 19:45:32 +0000 (01:15 +0530)] 
Fix bug where `original_url` was not propagated when `_type`=`url`

3 years ago[youtube] Add debug message for SAPISID cookie extraction (#540)
coletdjnz [Wed, 21 Jul 2021 20:45:05 +0000 (08:45 +1200)] 
[youtube] Add debug message for SAPISID cookie extraction (#540)

Authored by: colethedj

3 years agoAdd option `--cookies-from-browser` to load cookies from a browser (#488)
Matt Broadway [Wed, 21 Jul 2021 20:32:49 +0000 (21:32 +0100)] 
Add option `--cookies-from-browser` to load cookies from a browser (#488)

* also adds `--no-cookies-from-browser`

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29201
Authored by: mbway

3 years ago[youtube] Improve extraction of livestream metadata
pukkandan [Wed, 21 Jul 2021 15:15:45 +0000 (20:45 +0530)] 
[youtube] Improve extraction of livestream metadata
Modified from and closes #441
Authored by: pukkandan, krichbanana

3 years agoAdd field `live_status`
pukkandan [Wed, 21 Jul 2021 15:14:18 +0000 (20:44 +0530)] 
Add field `live_status`

3 years agobugfix for 50fed816dd5ae970d69d8997eb854d475ed91ede
pukkandan [Wed, 21 Jul 2021 13:41:40 +0000 (19:11 +0530)] 
bugfix for 50fed816dd5ae970d69d8997eb854d475ed91ede

3 years ago[douyin] Add extractor (#513)
Philip Xu [Wed, 21 Jul 2021 15:19:27 +0000 (11:19 -0400)] 
[douyin] Add extractor (#513)

Authored-by: pukkandan, pyx
3 years ago[nebula] Authentication via tokens from cookie jar (#537)
Henrik Heimbuerger [Wed, 21 Jul 2021 12:42:43 +0000 (14:42 +0200)] 
[nebula] Authentication via tokens from cookie jar (#537)

Closes #496
Co-authored-by: hheimbuerger, TpmKranz
3 years agoAdd `only_once` param for `write_debug`
pukkandan [Wed, 21 Jul 2021 12:36:34 +0000 (18:06 +0530)] 
Add `only_once` param for `write_debug`

3 years ago[utils] Improve `traverse_obj`
pukkandan [Wed, 21 Jul 2021 05:47:27 +0000 (11:17 +0530)] 
[utils] Improve `traverse_obj`

3 years ago[youtube] Extract data from multiple clients (#536)
pukkandan [Wed, 21 Jul 2021 03:52:34 +0000 (09:22 +0530)] 
[youtube] Extract data from multiple clients (#536)

* `player_client` accepts multiple clients
* default `player_client` = `android,web`
* music clients can be specifically requested
* Add IOS `player_client`
* Hide live dash since they can't be downloaded

Closes #501

Authored-by: pukkandan, colethedj
3 years agoAdd `only_once` param for `report_warning`
pukkandan [Tue, 20 Jul 2021 20:05:35 +0000 (01:35 +0530)] 
Add `only_once` param for `report_warning`
Related: https://github.com/yt-dlp/yt-dlp/pull/488#discussion_r667527297

3 years agoErrors in playlist extraction should obey `--ignore-errors`
pukkandan [Tue, 20 Jul 2021 19:30:46 +0000 (01:00 +0530)] 
Errors in playlist extraction should obey `--ignore-errors`
Related: https://github.com/yt-dlp/yt-dlp/issues/535#issuecomment-883277272, https://github.com/yt-dlp/yt-dlp/issues/518#issuecomment-881794754

3 years ago[youtube] Fix controversial videos when requested via API (#533)
coletdjnz [Tue, 20 Jul 2021 18:01:28 +0000 (06:01 +1200)] 
[youtube] Fix controversial videos when requested via API (#533)

Closes: https://github.com/yt-dlp/yt-dlp/issues/511#issuecomment-883024350
Authored by: colethedj

3 years ago[youtube:tab] Fix channels tab
pukkandan [Tue, 20 Jul 2021 17:51:04 +0000 (23:21 +0530)] 
[youtube:tab] Fix channels tab

3 years ago[utils] Fix LazyList for Falsey values
pukkandan [Tue, 20 Jul 2021 17:46:38 +0000 (23:16 +0530)] 
[utils] Fix LazyList for Falsey values

3 years ago[youtube] Make `parse_time_text` and `_extract_chapters` non-fatal
pukkandan [Tue, 20 Jul 2021 01:51:16 +0000 (07:21 +0530)] 
[youtube] Make `parse_time_text` and `_extract_chapters` non-fatal
Related: #532, 7c365c210939bcf3497f212a163ca1987f189421

3 years ago[youtube] Sanity check `chapters` (and refactor related code)
pukkandan [Tue, 20 Jul 2021 00:02:41 +0000 (05:32 +0530)] 
[youtube] Sanity check `chapters` (and refactor related code)
Closes #520

3 years agoRename `NOTE` in `-F` to `MORE INFO`
pukkandan [Mon, 19 Jul 2021 23:59:42 +0000 (05:29 +0530)] 
Rename `NOTE` in `-F` to `MORE INFO`
since it's often confused to be the same as `format_note`

3 years ago[youtube] Extract even more thumbnails and reduce testing
pukkandan [Mon, 19 Jul 2021 22:10:35 +0000 (03:40 +0530)] 
[youtube] Extract even more thumbnails and reduce testing

* Also fix bug where `_test_url` was being ignored

Ref: https://stackoverflow.com/a/20542029
Related: #340

3 years ago[compat] Remove unnecessary code
pukkandan [Mon, 19 Jul 2021 20:51:55 +0000 (02:21 +0530)] 
[compat] Remove unnecessary code

3 years ago[utils] Improve `traverse_obj`
pukkandan [Thu, 15 Jul 2021 14:52:49 +0000 (20:22 +0530)] 
[utils] Improve `traverse_obj`

* Allow skipping a level: `traverse_obj([{k:v1}, {k:v2}], (None, k))` => `[v1, v2]`
* Make keys variadic: `traverse_obj(obj, k1: str, k2: str)` => `traverse_obj(obj, (k1,), (k2,))`
* Fetch from multiple keys: `traverse_obj([{k1:[1], k2:[2], k3:[3]}], (0, (k1, k2), 0))` => `[1, 2]`

TODO: Add tests

3 years ago[youtube] Extract more thumbnails
pukkandan [Thu, 15 Jul 2021 17:19:59 +0000 (22:49 +0530)] 
[youtube] Extract more thumbnails

* The thumbnail URLs are hard-coded and their actual existence is tested lazily
* Added option `--no-check-formats` to not test them

Closes #340, Related: #402, #337, https://github.com/ytdl-org/youtube-dl/issues/29049

3 years ago[crunchyroll:playlist] Force http
pukkandan [Fri, 16 Jul 2021 21:19:49 +0000 (02:49 +0530)] 
[crunchyroll:playlist] Force http
Closes #495

3 years ago[docs] fix default of multistreams
pukkandan [Thu, 15 Jul 2021 17:58:01 +0000 (23:28 +0530)] 
[docs] fix default of multistreams

3 years agoAdd option `--exec-before-download`
pukkandan [Mon, 19 Jul 2021 17:56:22 +0000 (23:26 +0530)] 
Add option `--exec-before-download`
Closes #530

3 years ago[pornflip] Add new extractor (#523)
mzbaulhaque [Mon, 19 Jul 2021 18:16:21 +0000 (00:16 +0600)] 
[pornflip] Add new extractor (#523)

Authored-by: mzbaulhaque
3 years ago[youtube] misc cleanup and bug fixes (#505)
coletdjnz [Mon, 19 Jul 2021 04:55:07 +0000 (16:55 +1200)] 
[youtube] misc cleanup and bug fixes (#505)

* Update some `_extract_response` calls to keep them consistent
* Cleanup continuation extraction related code using new API format
* Improve `_extract_account_syncid` to support multiple parameters
* Generalize `get_text` and related functions into one
* Update `INNERTUBE_CONTEXT_CLIENT_NAME` with integer values

Authored by: colethedj

3 years ago[youtube] Fix session index extraction and headers for non-web player clients (#526)
coletdjnz [Sun, 18 Jul 2021 06:23:32 +0000 (18:23 +1200)] 
[youtube] Fix session index extraction and headers for non-web player clients (#526)

Fixes #522

3 years ago[youtube] Fix authentication when using multiple accounts
coletdjnz [Sat, 17 Jul 2021 06:20:05 +0000 (18:20 +1200)] 
[youtube] Fix authentication when using multiple accounts

`SESSION_INDEX` in `ytcfg` is the index of the active account and should be sent as `X-Goog-AuthUser` header

Closes #518
Authored by @colethedj

3 years ago[yahoo:gyao:player] Relax `_VALID_URL` (#503)
The Hatsune Daishi [Fri, 16 Jul 2021 14:36:53 +0000 (23:36 +0900)] 
[yahoo:gyao:player] Relax `_VALID_URL` (#503)

Authored by: nao20010128nao

3 years ago[generic] Extract previously missed subtitles (#515)
Felix S [Fri, 16 Jul 2021 14:22:56 +0000 (16:22 +0200)] 
[generic] Extract previously missed subtitles (#515)

* [generic] Extract subtitles in cases missed previously
* [common] Detect discarded subtitles in SMIL manifests
* [generic] Extract everything in the SMIL manifest

Authored by: fstirlitz

3 years agoRevert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
pukkandan [Thu, 15 Jul 2021 18:00:49 +0000 (23:30 +0530)] 
Revert "Merge webm formats into mkv if thumbnails are to be embedded (#173)"
This reverts commit 4d971a16b831a45147b6ae7ce53b3e105d204da7 by @damianoamatruda
Closes #500

This was wrongly checking for `write_thumbnail`

3 years ago[youtube:tab] Extract playlist availability (#504)
coletdjnz [Thu, 15 Jul 2021 02:42:30 +0000 (14:42 +1200)] 
[youtube:tab] Extract playlist availability (#504)

Authored by: colethedj

3 years ago[youtube:comments] Improve comment vote count parsing (fixes #506) (#508)
coletdjnz [Wed, 14 Jul 2021 23:24:42 +0000 (11:24 +1200)] 
[youtube:comments] Improve comment vote count parsing (fixes #506) (#508)

Authored by: colethedj

3 years ago[RTP] Fix extraction and add subtitles (#497)
Felix S [Tue, 13 Jul 2021 23:36:18 +0000 (01:36 +0200)] 
[RTP] Fix extraction and add subtitles (#497)

Authored by: fstirlitz

3 years ago[utils] Improve `js_to_json` comment regex
felix [Tue, 13 Jul 2021 07:18:20 +0000 (09:18 +0200)] 
[utils] Improve `js_to_json` comment regex
Capture the newline character as part of a single-line comment

From #497, Authored by: fstirlitz

3 years ago[extractor] Allow extracting multiple groups in `_search_regex`
felix [Tue, 13 Jul 2021 07:17:39 +0000 (09:17 +0200)] 
[extractor] Allow extracting multiple groups in `_search_regex`
From #497, Authored by: fstirlitz

3 years ago[youtube] Use android client as default and add age-gate bypass for it (#492)
coletdjnz [Tue, 13 Jul 2021 22:28:51 +0000 (10:28 +1200)] 
[youtube] Use android client as default and add age-gate bypass for it (#492)

Authored by: colethedj

3 years ago[youtube:comments] Fix `is_favorited` (#491)
coletdjnz [Mon, 12 Jul 2021 01:20:03 +0000 (13:20 +1200)] 
[youtube:comments] Fix `is_favorited` (#491)

Authored by colethedj

3 years ago[vlive] Extract thumbnail directly in addition to the one from Naver
pukkandan [Mon, 12 Jul 2021 00:37:23 +0000 (06:07 +0530)] 
[vlive] Extract thumbnail directly in addition to the one from Naver
Closes #477

3 years ago[metadatafromfield] Do not detect numbers as field names
pukkandan [Sun, 11 Jul 2021 23:40:08 +0000 (05:10 +0530)] 
[metadatafromfield] Do not detect numbers as field names
Related: https://github.com/yt-dlp/yt-dlp/issues/486#issuecomment-877820394

3 years ago[webtt] Fix timestamps
pukkandan [Sun, 11 Jul 2021 23:35:32 +0000 (05:05 +0530)] 
[webtt] Fix timestamps
Closes #474

3 years ago[youtube:comments] Move comment extraction to new API (#466)
coletdjnz [Sun, 11 Jul 2021 23:18:40 +0000 (11:18 +1200)] 
[youtube:comments] Move comment extraction to new API (#466)

Closes #438, #481, #485

Authored by: colethedj

3 years ago[BravoTV] Improve metadata extraction (#483)
Kevin O'Connor [Sun, 11 Jul 2021 11:06:26 +0000 (07:06 -0400)] 
[BravoTV] Improve metadata extraction (#483)

Authored by: kevinoconnor7

3 years ago[embedthumbnail] Fix `_get_thumbnail_resolution`
pukkandan [Sat, 10 Jul 2021 22:37:25 +0000 (04:07 +0530)] 
[embedthumbnail] Fix `_get_thumbnail_resolution`

3 years agoImprove `traverse_obj`
pukkandan [Sat, 10 Jul 2021 22:14:39 +0000 (03:44 +0530)] 
Improve `traverse_obj`

3 years ago[FFmpegMetadata] Add language of each stream
pukkandan [Sat, 10 Jul 2021 18:56:35 +0000 (00:26 +0530)] 
[FFmpegMetadata] Add language of each stream
and some refactoring

3 years ago[utils] Add `variadic`
pukkandan [Sat, 10 Jul 2021 21:59:44 +0000 (03:29 +0530)] 
[utils] Add `variadic`

3 years ago[VIKI] Rewrite extractors (#475)
zackmark29 [Fri, 9 Jul 2021 20:38:09 +0000 (04:38 +0800)] 
[VIKI] Rewrite extractors (#475)

Closes #462
Also added extractor-arg `video_types` to `vikichannel`

Co-authored-by: zackmark29, pukkandan
3 years ago[youtube] Fix sorting of 3gp format
pukkandan [Thu, 8 Jul 2021 16:11:08 +0000 (21:41 +0530)] 
[youtube] Fix sorting of 3gp format

3 years agoImprove `extractor_args` parsing
pukkandan [Thu, 8 Jul 2021 15:33:13 +0000 (21:03 +0530)] 
Improve `extractor_args` parsing

3 years agoFix selectors `all`, `mergeall` and add tests
pukkandan [Wed, 7 Jul 2021 15:35:58 +0000 (21:05 +0530)] 
Fix selectors `all`, `mergeall` and add tests

Bug from: 981052c9c6febb33b6547140a67a49ac0f5f4578

3 years ago[version] update
pukkandan [Wed, 7 Jul 2021 00:13:58 +0000 (05:43 +0530)] 
[version] update

:ci skip all

3 years agoRelease 2021.07.07 2021.07.07
pukkandan [Wed, 7 Jul 2021 00:05:20 +0000 (05:35 +0530)] 
Release 2021.07.07

3 years agoUpdate to ytdl-commit-a803582
pukkandan [Tue, 6 Jul 2021 23:47:11 +0000 (05:17 +0530)] 
Update to ytdl-commit-a803582

[peertube] only call description endpoint if necessary
https://github.com/ytdl-org/youtube-dl/commit/a8035827177d6b59aca03bd717acb6a9bdd75ada

3 years ago[soundcloud] Allow login using oauth token (#469)
Tom-Oliver Heidel [Tue, 6 Jul 2021 22:51:13 +0000 (00:51 +0200)] 
[soundcloud] Allow login using oauth token (#469)

Authored by: blackjack4494

3 years ago[fancode] Fix extraction, support live and allow login with refresh token (#471)
zenerdi0de [Tue, 6 Jul 2021 22:32:56 +0000 (04:02 +0530)] 
[fancode] Fix extraction, support live and allow login with refresh token (#471)

Authored-by: zenerdi0de
3 years ago[AdobePass] Add Spectrum MSO (#470)
OhMyBahGosh [Tue, 6 Jul 2021 21:56:51 +0000 (17:56 -0400)] 
[AdobePass] Add Spectrum MSO (#470)

From: https://github.com/ytdl-org/youtube-dl/pull/26792

Co-authored by: kevinoconnor7, ohmybahgosh

3 years ago[Funimation] Rewrite extractor (See desc) (#444)
pukkandan [Tue, 6 Jul 2021 21:21:29 +0000 (02:51 +0530)] 
[Funimation] Rewrite extractor (See desc) (#444)

* 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

3 years ago[extractor] Minor improvements (See desc)
pukkandan [Tue, 6 Jul 2021 20:57:53 +0000 (02:27 +0530)] 
[extractor] Minor improvements (See desc)

1. Allow removal of login hint - extractors can set their own login hint as part of `msg`
2. Cleanup `_merge_subtitles` signature

3 years ago[extractor] Prevent unnecessary download of hls manifests
pukkandan [Tue, 6 Jul 2021 20:54:58 +0000 (02:24 +0530)] 
[extractor] Prevent unnecessary download of hls manifests
and refactor `hls_split_discontinuity` code

3 years ago[fragment] Handle errors in threads correctly
pukkandan [Tue, 6 Jul 2021 20:25:54 +0000 (01:55 +0530)] 
[fragment] Handle errors in threads correctly

3 years ago[cleanup] Fix linter and some typos
pukkandan [Sat, 3 Jul 2021 16:23:13 +0000 (21:53 +0530)] 
[cleanup] Fix linter and some typos
Related: https://github.com/ytdl-org/youtube-dl/pull/29398

3 years ago[videa] Fix extraction (#463)
nyuszika7h [Sat, 3 Jul 2021 16:08:08 +0000 (18:08 +0200)] 
[videa] Fix extraction (#463)

Authored by: nyuszika7h

3 years agoFixes for `--list` options (See desc)
pukkandan [Fri, 2 Jul 2021 19:45:01 +0000 (01:15 +0530)] 
Fixes for `--list` options (See desc)
1. Fix `--list-formats-old`
2. Allow listing with `--quiet`
3. Allow various listings to work together
4. Allow `--print` to work with listing

3 years ago[RCTIPlus] Add extractor (#443)
MinePlayersPE [Fri, 2 Jul 2021 14:24:41 +0000 (21:24 +0700)] 
[RCTIPlus] Add extractor (#443)

Authored by: MinePlayersPE

3 years agoSome minor fixes and refactoring (see desc)
pukkandan [Sun, 27 Jun 2021 02:05:58 +0000 (07:35 +0530)] 
Some minor fixes and refactoring (see desc)

* [utils] Fix issues with reversal
* check_formats should catch `DownloadError`, not `ExtractorError`
* Simplify format selectors with `LazyList` and `yield from`

3 years ago[facebook] Extract description and fix title
pukkandan [Fri, 2 Jul 2021 02:14:11 +0000 (07:44 +0530)] 
[facebook] Extract description and fix title
Partially fixes: #453

3 years ago[downloader/ffmpeg] Fix `--ppa` when using simultaneous download
pukkandan [Sun, 27 Jun 2021 02:12:13 +0000 (07:42 +0530)] 
[downloader/ffmpeg] Fix `--ppa` when using simultaneous download

3 years ago[Youtube] Choose correct Live chat API for upcoming streams (#460)
krichbanana [Fri, 2 Jul 2021 00:29:29 +0000 (20:29 -0400)] 
[Youtube] Choose correct Live chat API for upcoming streams (#460)

Authored by: krichbanana

3 years ago[youtube] Use new API for additional video extraction requests (#328)
coletdjnz [Tue, 29 Jun 2021 22:07:49 +0000 (10:07 +1200)] 
[youtube] Use new API for additional video extraction requests (#328)

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

3 years ago[youtube_live_chat] use `clickTrackingParams` (#449)
siikamiika [Sat, 26 Jun 2021 23:22:32 +0000 (02:22 +0300)] 
[youtube_live_chat] use `clickTrackingParams` (#449)

Authored by: siikamiika

3 years ago[TBS] Support livestreams (#448)
LE [Sat, 26 Jun 2021 11:44:43 +0000 (07:44 -0400)] 
[TBS] Support livestreams (#448)

Authored by: llacb47

3 years ago[youtube:comments] Fix error handling and add `itct` to params (#446)
coletdjnz [Fri, 25 Jun 2021 18:01:10 +0000 (06:01 +1200)] 
[youtube:comments] Fix error handling and add `itct` to params (#446)

Should close #439 (untested)

Authored by: colethedj

3 years ago[youtube] Fix subtitle names for age-gated videos
pukkandan [Fri, 25 Jun 2021 17:40:31 +0000 (23:10 +0530)] 
[youtube] Fix subtitle names for age-gated videos

Related: https://github.com/iv-org/invidious/pull/2205#issuecomment-868680486

3 years agoFix `--throttled-rate` when using `--load-info-json`
pukkandan [Fri, 25 Jun 2021 16:37:04 +0000 (22:07 +0530)] 
Fix `--throttled-rate` when using `--load-info-json`

3 years agoAdd `--extractor-args` to pass extractor-specific arguments
pukkandan [Fri, 25 Jun 2021 14:05:41 +0000 (19:35 +0530)] 
Add `--extractor-args` to pass extractor-specific arguments

3 years ago[funimation] Add `FunimationShowIE` (#442)
Mevious [Fri, 25 Jun 2021 00:15:23 +0000 (17:15 -0700)] 
[funimation] Add `FunimationShowIE` (#442)

Closes #436

Authored by: Mevious

3 years ago[thumbnailsconvertor] Treat `jpeg` as `jpg`
pukkandan [Fri, 25 Jun 2021 00:06:35 +0000 (05:36 +0530)] 
[thumbnailsconvertor] Treat `jpeg` as `jpg`

3 years agoProcess videos when using `--ignore-no-formats-error` (#441)
Adrik [Wed, 23 Jun 2021 21:11:02 +0000 (17:11 -0400)] 
Process videos when using `--ignore-no-formats-error` (#441)

Authored by: krichbanana

3 years agoFix `--flat-playlist` when entry has no `ie_key`
pukkandan [Thu, 24 Jun 2021 14:38:43 +0000 (20:08 +0530)] 
Fix `--flat-playlist` when entry has no `ie_key`

3 years ago[cleanup] Minor refactoring of `fragment`
pukkandan [Thu, 24 Jun 2021 16:53:33 +0000 (22:23 +0530)] 
[cleanup] Minor refactoring of `fragment`

3 years ago[fragment] Return status of download correctly
pukkandan [Thu, 24 Jun 2021 12:24:05 +0000 (17:54 +0530)] 
[fragment] Return status of download correctly

3 years ago[yahoo] Fix extraction (#435)
LE [Thu, 24 Jun 2021 15:57:48 +0000 (11:57 -0400)] 
[yahoo] Fix extraction (#435)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/28290
Co-authored-by: llacb47, pukkandan
3 years ago[youtube_live_chat] Fix download with cookies (#437)
siikamiika [Thu, 24 Jun 2021 15:56:32 +0000 (18:56 +0300)] 
[youtube_live_chat] Fix download with cookies (#437)

Closes #417

Authored by: siikamiika

3 years ago[plutotv] Improve `_VALID_URL`
pukkandan [Wed, 23 Jun 2021 02:19:09 +0000 (07:49 +0530)] 
[plutotv] Improve `_VALID_URL`
Closes #431

3 years ago[version] update :ci skip all
pukkandan [Wed, 23 Jun 2021 02:07:07 +0000 (07:37 +0530)] 
[version] update :ci skip all

3 years agoRelease 2021.06.23 2021.06.23
pukkandan [Wed, 23 Jun 2021 01:36:12 +0000 (07:06 +0530)] 
Release 2021.06.23

3 years agoUpdate to ytdl-commit-379f52a
pukkandan [Wed, 23 Jun 2021 01:26:37 +0000 (06:56 +0530)] 
Update to ytdl-commit-379f52a

[liveleak] Remove extractor
https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961

3 years ago[funimation] Extract subtitles (#434)
Mevious [Wed, 23 Jun 2021 01:57:53 +0000 (18:57 -0700)] 
[funimation] Extract subtitles (#434)

Closes #420, https://github.com/ytdl-org/youtube-dl/issues/25645
Related: https://github.com/ytdl-org/youtube-dl/pull/24906

Authored by: Mevious

3 years ago[hotstar] Use server time for authentication instead of local time
pukkandan [Wed, 23 Jun 2021 00:34:20 +0000 (06:04 +0530)] 
[hotstar] Use server time for authentication instead of local time
Closes #396

3 years ago[youtube_live_chat] Support ongoing live chat (#422)
siikamiika [Wed, 23 Jun 2021 00:12:39 +0000 (03:12 +0300)] 
[youtube_live_chat] Support ongoing live chat (#422)

Authored by: siikamiika

3 years ago[cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3
pukkandan [Wed, 23 Jun 2021 00:03:52 +0000 (05:33 +0530)] 
[cleanup] Revert unnecessary changes in 51d9739f8031fb37d8e25b0e9f1abea561e3d2e3

3 years agoAdd option `--throttled-rate` below which video data is re-extracted
pukkandan [Tue, 22 Jun 2021 23:11:09 +0000 (04:41 +0530)] 
Add option `--throttled-rate` below which video data is re-extracted
Currently only for HTTP downloads

Closes #430, workaround for https://github.com/ytdl-org/youtube-dl/issues/29326

3 years ago[fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364)
pukkandan [Mon, 21 Jun 2021 18:59:50 +0000 (00:29 +0530)] 
[fragment] Merge during download for `-N`, and refactor `hls`/`dash` (#364)

3 years ago[twitcasting] Websocket support (#399)
pukkandan [Mon, 21 Jun 2021 17:23:55 +0000 (22:53 +0530)] 
[twitcasting] Websocket support (#399)
Closes #392
Authored by: nao20010128nao

3 years ago[websockets] Add `WebSocketFragmentFD` (#399)
pukkandan [Mon, 21 Jun 2021 17:23:17 +0000 (22:53 +0530)] 
[websockets] Add `WebSocketFragmentFD` (#399)
Necessary for #392

Co-authored by: nao20010128nao, pukkandan