]> jfr.im git - yt-dlp.git/log
yt-dlp.git
3 years agoDo not strip out whitespaces in `-o` and `-P`
pukkandan [Sat, 1 May 2021 15:59:42 +0000 (21:29 +0530)] 
Do not strip out whitespaces in `-o` and `-P`
Related: https://github.com/yt-dlp/yt-dlp/issues/276#issuecomment-827361652

3 years ago[ukcolumn] Add Extractor
pukkandan [Sat, 1 May 2021 13:47:04 +0000 (19:17 +0530)] 
[ukcolumn] Add Extractor
Closes #287

3 years ago[CBS] Improve `_VALID_URL` to support movies
pukkandan [Sat, 1 May 2021 13:11:37 +0000 (18:41 +0530)] 
[CBS] Improve `_VALID_URL` to support movies
Closes #290
Tested by: BeeMuffins

3 years ago[youtube] Add `oembed` to reserved names
pukkandan [Sat, 1 May 2021 13:11:48 +0000 (18:41 +0530)] 
[youtube] Add `oembed` to reserved names

3 years ago[rmcdecouverte] Improve `_VALID_URL`
pukkandan [Sat, 1 May 2021 14:17:10 +0000 (19:47 +0530)] 
[rmcdecouverte] Improve `_VALID_URL`
Closes #291

3 years ago[niconico] Fix bug in thumbnail extraction #289
CXwudi [Sat, 1 May 2021 14:05:47 +0000 (10:05 -0400)] 
[niconico] Fix bug in thumbnail extraction #289

Bug from: 6b1d8c1e3038e7f0977ad36027f9f3ff61d27f46
Authored by: CXwudi

3 years ago[utils] Escape URL while sanitizing
pukkandan [Wed, 28 Apr 2021 23:26:09 +0000 (04:56 +0530)] 
[utils] Escape URL while sanitizing
Closes #263

While this fixes the issue in question, it does not try to address the root-cause of the problem
Refer: 915f911e365736227e134ad654601443dbfd7ccbf5fa042c82300218a2d07b95dd6b9c0756745db3

3 years agoRevert "[utils] Encode URLs in `YoutubeDLCookieProcessor`"
pukkandan [Wed, 28 Apr 2021 23:19:44 +0000 (04:49 +0530)] 
Revert "[utils] Encode URLs in `YoutubeDLCookieProcessor`"
This reverts commit 915f911e365736227e134ad654601443dbfd7ccb.

When the request is copied, `unredirected_hdrs` are not copied, which causes issues elsewhere
Reopens #263

3 years ago[crackle] Improve extraction (See desc)
pukkandan [Wed, 28 Apr 2021 23:49:06 +0000 (05:19 +0530)] 
[crackle] Improve extraction (See desc)
Closes #282

* Refactor authorization as an extension to `_download_json`
* Better error messages and warnings
* Respect `--ignore-no-formats-error`
* Extract subtitles from manifests
* Try with crackle's geo-location service if all hard-coded countries fail

3 years ago[cleanup] Fix linter and some typos
pukkandan [Wed, 28 Apr 2021 14:29:40 +0000 (19:59 +0530)] 
[cleanup] Fix linter and some typos
* Also remove inconsistent use of `"` in setup.py

3 years ago[curiositystream] Fix collections
pukkandan [Wed, 28 Apr 2021 06:20:17 +0000 (11:50 +0530)] 
[curiositystream] Fix collections
Closes #277

* A bug with authentication was reported in <https://github.com/yt-dlp/yt-dlp/issues/277#issuecomment-828254721> but cannot be tested without an account

3 years ago[niconico] Fix HLS formats
pukkandan [Mon, 5 Apr 2021 07:41:21 +0000 (13:11 +0530)] 
[niconico] Fix HLS formats
Closes #171

* The structure of the API JSON was changed
* Smile Video seems to be no longer available. So remove the warning
* Move ping to downloader
* Change heartbeat interval to 40sec
* Remove unnecessary API headers

Authored-by: CXwudi, tsukumijima, nao20010128nao, pukkandan
Tested by: tsukumijima

3 years agoRevert "[core] be able to hand over id and title using url_result"
pukkandan [Tue, 27 Apr 2021 09:02:08 +0000 (14:32 +0530)] 
Revert "[core] be able to hand over id and title using url_result"

This reverts commit 0704d2224b328caeafbce6a029904472628d12bd.

This is a commit from `youtube-dlc`. It is not clear what the original purpose of this was. It seems to be a way for extractors to pass `title` and `id` through when the entry is processed by another extractor

* But `title` can already be passed through using `url_transparent`
* `id` is never supposed to be passed through since it could cause issues with archiving

3 years ago[youtube:tab] Detect playlists inside community posts
pukkandan [Tue, 27 Apr 2021 06:03:58 +0000 (11:33 +0530)] 
[youtube:tab] Detect playlists inside community posts

3 years ago[nebula] Move to nebula.app
pukkandan [Mon, 26 Apr 2021 12:24:06 +0000 (17:54 +0530)] 
[nebula] Move to nebula.app

Closes #272
Tested by: Lamieur

3 years agoSubtitle extraction from streaming media manifests #247
pukkandan [Wed, 28 Apr 2021 13:32:43 +0000 (19:02 +0530)] 
Subtitle extraction from streaming media manifests #247

Authored by fstirlitz
Modified from: https://github.com/ytdl-org/youtube-dl/pull/6144

Closes: #73
Fixes:
https://github.com/ytdl-org/youtube-dl/issues/6106
https://github.com/ytdl-org/youtube-dl/issues/14977
https://github.com/ytdl-org/youtube-dl/issues/21438
https://github.com/ytdl-org/youtube-dl/issues/23609
https://github.com/ytdl-org/youtube-dl/issues/28132

Might also fix (untested):
https://github.com/ytdl-org/youtube-dl/issues/15424
https://github.com/ytdl-org/youtube-dl/issues/18267
https://github.com/ytdl-org/youtube-dl/issues/23899
https://github.com/ytdl-org/youtube-dl/issues/24375
https://github.com/ytdl-org/youtube-dl/issues/24595
https://github.com/ytdl-org/youtube-dl/issues/27899

Related:
https://github.com/ytdl-org/youtube-dl/issues/22379
https://github.com/ytdl-org/youtube-dl/pull/24517
https://github.com/ytdl-org/youtube-dl/pull/24886
https://github.com/ytdl-org/youtube-dl/pull/27215

Notes:
* The functions `extractor.common._extract_..._formats` are still kept for compatibility
* Only some extractors have currently been moved to using `_extract_..._formats_and_subtitles`
* Direct subtitle manifests (without a master) are not supported and are wrongly identified as containing video formats
* AES support is untested
* The fragmented TTML subtitles extracted from DASH/ISM are valid, but are unsupported by `ffmpeg` and most video players
    * Their XML fragments can be dumped using `ffmpeg -i in.mp4 -f data -map 0 -c copy out.ttml`.
        Once the unnecessary headers are stripped out of this, it becomes a valid self-contained ttml file
    * The ttml subs downloaded from DASH manifests can also be directly opened with <https://github.com/SubtitleEdit>
* Fragmented WebVTT files extracted from DASH/ISM are also unsupported by most tools
    * Unlike the ttml files, the XML fragments of these cannot be dumped using `ffmpeg`
    * The webtt subs extracted from DASH can be parsed by <https://github.com/gpac/gpac>
    * But validity of the those extracted from ISM are untested

3 years ago[threeqsdn] Extract subtitles from streaming manifests
Felix S [Mon, 19 Apr 2021 19:42:51 +0000 (21:42 +0200)] 
[threeqsdn] Extract subtitles from streaming manifests

3 years ago[canvas] Extract subtitles from streaming manifests
Felix S [Mon, 19 Apr 2021 16:57:25 +0000 (18:57 +0200)] 
[canvas] Extract subtitles from streaming manifests

3 years ago[wat] Extract subtitles from streaming manifests
Felix S [Sun, 18 Apr 2021 14:55:14 +0000 (16:55 +0200)] 
[wat] Extract subtitles from streaming manifests

3 years ago[atresplayer] Extract subtitles from streaming manifests
Felix S [Sun, 18 Apr 2021 14:45:04 +0000 (16:45 +0200)] 
[atresplayer] Extract subtitles from streaming manifests

3 years ago[francetv] Extract subtitles from the HLS manifest
Felix S [Sun, 18 Apr 2021 13:47:49 +0000 (15:47 +0200)] 
[francetv] Extract subtitles from the HLS manifest

3 years ago[uplynk] Extract subtitles from HLS manifests
Felix S [Sun, 18 Apr 2021 06:41:46 +0000 (08:41 +0200)] 
[uplynk] Extract subtitles from HLS manifests

3 years ago[twitter] Extract subtitles from HLS manifests
Felix S [Thu, 15 Apr 2021 12:12:59 +0000 (14:12 +0200)] 
[twitter] Extract subtitles from HLS manifests

3 years ago[srgssr] Extract subtitles from HLS manifests
Felix S [Thu, 15 Apr 2021 08:16:15 +0000 (10:16 +0200)] 
[srgssr] Extract subtitles from HLS manifests

3 years ago[nytimes] Extract subtitles from HLS manifests
Felix S [Thu, 15 Apr 2021 08:14:46 +0000 (10:14 +0200)] 
[nytimes] Extract subtitles from HLS manifests

3 years ago[roosterteeth] Use common code for subtitle extraction
Felix S [Thu, 15 Apr 2021 08:18:13 +0000 (10:18 +0200)] 
[roosterteeth] Use common code for subtitle extraction

3 years ago[elonet] Use common code for subtitle extraction
Felix S [Sun, 18 Apr 2021 00:09:48 +0000 (02:09 +0200)] 
[elonet] Use common code for subtitle extraction

3 years ago[tv4] Extract subtitles from streaming manifests
Felix S [Thu, 15 Apr 2021 08:19:32 +0000 (10:19 +0200)] 
[tv4] Extract subtitles from streaming manifests

3 years ago[byutv] Extract subtitles from streaming manifests
Felix S [Sun, 18 Apr 2021 06:40:39 +0000 (08:40 +0200)] 
[byutv] Extract subtitles from streaming manifests

3 years ago[generic] Extract subtitles from direct SSTR manifest links
Felix S [Sun, 18 Apr 2021 12:26:32 +0000 (14:26 +0200)] 
[generic] Extract subtitles from direct SSTR manifest links

3 years ago[generic] Extract subtitles from direct DASH manifest links
Felix S [Sun, 18 Apr 2021 06:41:28 +0000 (08:41 +0200)] 
[generic] Extract subtitles from direct DASH manifest links

3 years ago[generic] Extract subtitles from direct HLS manifest links
Felix S [Thu, 15 Apr 2021 08:15:43 +0000 (10:15 +0200)] 
[generic] Extract subtitles from direct HLS manifest links

3 years ago[downloader/ism] Support muxing TTML subtitles
Felix S [Sun, 18 Apr 2021 10:48:39 +0000 (12:48 +0200)] 
[downloader/ism] Support muxing TTML subtitles

3 years ago[downloader/hls] Handle MPEG-2 PES timestamp overflow
Felix S [Fri, 23 Apr 2021 08:55:09 +0000 (10:55 +0200)] 
[downloader/hls] Handle MPEG-2 PES timestamp overflow

3 years ago[downloader/hls] Remove duplicate cues using a sliding window of candidates
Felix S [Fri, 23 Apr 2021 08:52:21 +0000 (10:52 +0200)] 
[downloader/hls] Remove duplicate cues using a sliding window of candidates

3 years ago[downloader/hls] Assemble single-file WebVTT subtitles from HLS segments
Felix S [Wed, 28 Apr 2021 10:47:30 +0000 (16:17 +0530)] 
[downloader/hls] Assemble single-file WebVTT subtitles from HLS segments

3 years ago[test] Test SSTR manifest parsing
Felix S [Mon, 19 Apr 2021 10:40:29 +0000 (12:40 +0200)] 
[test] Test SSTR manifest parsing

3 years ago[test] Test subtitle extraction from DASH manifests
Felix S [Sun, 18 Apr 2021 05:55:33 +0000 (07:55 +0200)] 
[test] Test subtitle extraction from DASH manifests

3 years ago[test] Test subtitle extraction from HLS manifests
Felix S [Sat, 17 Apr 2021 13:49:12 +0000 (15:49 +0200)] 
[test] Test subtitle extraction from HLS manifests

3 years ago[extractor/common] Extend _extract_akamai_formats to also extract subtitle tracks
Felix S [Thu, 22 Apr 2021 15:19:26 +0000 (17:19 +0200)] 
[extractor/common] Extend _extract_akamai_formats to also extract subtitle tracks

3 years ago[extractor/common, downloader/ism] Extract SSTR subtitle tracks
Felix S [Sun, 18 Apr 2021 10:47:42 +0000 (12:47 +0200)] 
[extractor/common, downloader/ism] Extract SSTR subtitle tracks

_parse_ism_formats was extended into _parse_ism_formats_and_subtitles;
all direct users were updated, though _extract_ism_formats was left
as a compatibility wrapper.

The SSTR downloader was also modified in order to prepare for muxing
subtitle streams, although no support for any subtitle codecs was
added in this commit.

3 years ago[extractor/common] Extract DASH subtitle tracks
Felix S [Sat, 17 Apr 2021 23:49:22 +0000 (01:49 +0200)] 
[extractor/common] Extract DASH subtitle tracks

_extract_mpd_formats and _parse_mpd_formats were extended into
_…_formats_and_subtitles; wrappers with old names are provided
for compatibility.

3 years ago[extractor/common] Extract HLS subtitle tracks
Felix S [Mon, 7 Nov 2016 14:45:42 +0000 (15:45 +0100)] 
[extractor/common] Extract HLS subtitle tracks

_extract_m3u8_formats is renamed to _extract_m3u8_formats_and_subtitles
and extended to handle subtitle tracks instead of skipping them;
a wrapper with the old name is provided for compatibility.

_parse_m3u8_formats is likewise renamed and extended, but without adding
the compatibility wrapper; the test suite is adjusted to test the enhanced
method instead.

3 years ago[extractor/common] Generalise _merge_subtitles
Felix S [Mon, 19 Apr 2021 17:25:54 +0000 (19:25 +0200)] 
[extractor/common] Generalise _merge_subtitles

This allows modifying a subtitles dictionary in-place.

3 years ago[downloader/ism] Prevent writing the header again when resuming an interrupted download
Felix S [Fri, 23 Apr 2021 07:13:33 +0000 (09:13 +0200)] 
[downloader/ism] Prevent writing the header again when resuming an interrupted download

3 years ago[downloader/fragment] Allow persisting extra state when a download is interrupted
Felix S [Fri, 23 Apr 2021 07:11:28 +0000 (09:11 +0200)] 
[downloader/fragment] Allow persisting extra state when a download is interrupted

3 years ago[utils] Improve bug_report_message
Felix S [Thu, 22 Apr 2021 19:16:29 +0000 (21:16 +0200)] 
[utils] Improve bug_report_message

Add an optional argument specifying the text that should go before
the message.

3 years ago[zee5] Fix extraction for some URLs (#279)
Hadi0609 [Wed, 28 Apr 2021 09:21:54 +0000 (15:21 +0600)] 
[zee5] Fix extraction for some URLs (#279)

Closes: #278
3 years ago[mediasite] Generalize URL pattern (#275)
Felix S [Mon, 26 Apr 2021 11:53:20 +0000 (13:53 +0200)] 
[mediasite] Generalize URL pattern (#275)

Authored by: fstirlitz

3 years agoFix case sensitivity of format selector
pukkandan [Mon, 26 Apr 2021 05:19:22 +0000 (10:49 +0530)] 
Fix case sensitivity of format selector
Bug introduced in f8d4ad9ab00bca71808cd769c04806f51c3578f0

3 years ago[limelight] Obey `allow_unplayable_formats`
pukkandan [Mon, 26 Apr 2021 05:16:26 +0000 (10:46 +0530)] 
[limelight] Obey `allow_unplayable_formats`

3 years ago[FormatSort] Fix for when some formats have quality and others don't
pukkandan [Mon, 26 Apr 2021 05:15:17 +0000 (10:45 +0530)] 
[FormatSort] Fix for when some formats have quality and others don't

3 years agoPy2 compatibility for `FileNotFoundError`
pukkandan [Mon, 26 Apr 2021 01:52:24 +0000 (07:22 +0530)] 
Py2 compatibility for `FileNotFoundError`

3 years ago[niconico] Fix title and thumbnail extraction (#273)
CXwudi [Mon, 26 Apr 2021 02:53:57 +0000 (19:53 -0700)] 
[niconico] Fix title and thumbnail extraction (#273)

Authored by: CXwudi

3 years ago[Mxplayer] Add MxplayerShowIE (#270)
Ashish [Mon, 26 Apr 2021 02:42:51 +0000 (08:12 +0530)] 
[Mxplayer] Add MxplayerShowIE (#270)

Authored by: Ashish0804

3 years ago[utils] Encode URLs in `YoutubeDLCookieProcessor`
pukkandan [Sat, 24 Apr 2021 13:48:45 +0000 (19:18 +0530)] 
[utils] Encode URLs in `YoutubeDLCookieProcessor`
Closes #263

3 years ago[tubi] Raise "no video formats" error when video url is empty
pukkandan [Sat, 24 Apr 2021 12:22:33 +0000 (17:52 +0530)] 
[tubi] Raise "no video formats" error when video url is empty
Related: #266

3 years ago[francetvinfo] Improve video id extraction
pukkandan [Thu, 22 Apr 2021 18:31:09 +0000 (00:01 +0530)] 
[francetvinfo] Improve video id extraction
Closes #261

3 years ago[version] update :ci skip all
pukkandan [Thu, 22 Apr 2021 11:59:32 +0000 (17:29 +0530)] 
[version] update :ci skip all

3 years agoRelease 2021.04.22 2021.04.22
pukkandan [Thu, 22 Apr 2021 11:04:32 +0000 (16:34 +0530)] 
Release 2021.04.22

3 years ago[documentation] Fix typos
pukkandan [Thu, 22 Apr 2021 11:04:02 +0000 (16:34 +0530)] 
[documentation] Fix typos

3 years ago[ci] Disable fail-fast
pukkandan [Thu, 22 Apr 2021 11:24:41 +0000 (16:54 +0530)] 
[ci] Disable fail-fast

3 years ago[lazy_extractor] Do not load plugins
pukkandan [Thu, 22 Apr 2021 11:02:06 +0000 (16:32 +0530)] 
[lazy_extractor] Do not load plugins

3 years agoUpdate to ytdl-commit-7e8b3f9
pukkandan [Thu, 22 Apr 2021 09:02:54 +0000 (14:32 +0530)] 
Update to ytdl-commit-7e8b3f9

[youtube] Remove unused code
https://github.com/ytdl-org/youtube-dl/commit/7e8b3f9439ebefb3a3a4e5da9c0bd2b595976438

3 years ago[mildom] Remove proxy (#260)
Felix S [Thu, 22 Apr 2021 11:22:22 +0000 (13:22 +0200)] 
[mildom] Remove proxy (#260)

Closes #251
Makes 2cff49599769dcc131c385cbc24bab35d0b182adab406a1c0e7f0afde7e80818c0159bfa2847481f, #252 obsolete

Authored by: fstirlitz

3 years ago[BilibiliChannel] Fix pagination
pukkandan [Wed, 21 Apr 2021 22:43:04 +0000 (04:13 +0530)] 
[BilibiliChannel] Fix pagination
Closes #222

https://github.com/nao20010128nao/ytdl-patched/commit/ccca21d7f57f1330a205f07d369e31883ba006c2
Coauthored by: nao20010128nao, pukkandan

3 years ago[documentation] Clarify which deprecated options still work
pukkandan [Wed, 21 Apr 2021 22:17:31 +0000 (03:47 +0530)] 
[documentation] Clarify which deprecated options still work

3 years agoImprove output template (see desc)
pukkandan [Thu, 15 Apr 2021 12:31:16 +0000 (18:01 +0530)] 
Improve output template (see desc)
* Objects can be traversed like `%(field.key1.key2)s`
* A number can be added to the field as `%(field+n)s`
* Deprecates `--autonumber-start`

3 years agoAdd option `--skip-playlist-after-errors`
pukkandan [Wed, 21 Apr 2021 06:00:43 +0000 (11:30 +0530)] 
Add option `--skip-playlist-after-errors`
Allows to skip the rest of a playlist after a given number of errors are encountered

3 years ago[go] Fix `_VALID_URL`
pukkandan [Wed, 21 Apr 2021 10:10:55 +0000 (15:40 +0530)] 
[go] Fix `_VALID_URL`
Closes #255

3 years ago[mildom] Warn user of proxy
pukkandan [Wed, 21 Apr 2021 06:16:16 +0000 (11:46 +0530)] 
[mildom] Warn user of proxy

3 years ago[MetadataFromField] Improve regex and add tests
pukkandan [Wed, 21 Apr 2021 05:42:04 +0000 (11:12 +0530)] 
[MetadataFromField] Improve regex and add tests

3 years ago[youtube] Bugfix in `_extract_ytcfg`
pukkandan [Wed, 21 Apr 2021 05:07:24 +0000 (10:37 +0530)] 
[youtube] Bugfix in `_extract_ytcfg`

3 years agoImprove --sub-langs (see desc)
pukkandan [Mon, 19 Apr 2021 21:17:09 +0000 (02:47 +0530)] 
Improve --sub-langs (see desc)
* Treat `--sub-langs` entries as regex
* `all` can be used to refer to all the subtitles
* the language code can be prefixed with `-` to exclude it
* Deprecates `--all-subs`
Closes #253

3 years ago[mildom:user:vod] Download only necessary amount of pages
pukkandan [Mon, 19 Apr 2021 06:01:58 +0000 (11:31 +0530)] 
[mildom:user:vod] Download only necessary amount of pages

3 years ago[mildom:vod] Remove proxy
pukkandan [Mon, 19 Apr 2021 06:01:24 +0000 (11:31 +0530)] 
[mildom:vod] Remove proxy
* Proxy is needed only for live videos

3 years ago[mildom] Change proxy
pukkandan [Mon, 19 Apr 2021 06:11:33 +0000 (11:41 +0530)] 
[mildom] Change proxy
Related: #251
Closes #252

3 years ago[twitcasting] Fix extractor
pukkandan [Sun, 18 Apr 2021 12:10:48 +0000 (17:40 +0530)] 
[twitcasting] Fix extractor
* `Origin: https://twitcasting.tv` must be sent when requesting the webpage. Otherwise the extracted `m3u8` will always give a `502`
* Fix regex for when `data-movie-playlist` is a dict containing the needed list
* media initialization is fully supported; so change downloader to native

Closes #220

3 years ago[rai] Add support for http formats (#208)
nixxo [Sat, 17 Apr 2021 17:12:28 +0000 (19:12 +0200)] 
[rai] Add support for http formats (#208)

Authored by: nixxo

3 years agoImprove the yt-dlp.sh script (#248)
Felix S [Sat, 17 Apr 2021 13:51:25 +0000 (15:51 +0200)] 
Improve the yt-dlp.sh script (#248)

* Quote the `$0` variable to correctly handle spaces
* Change the shebang line to `/bin/sh` to avoid unnecessarily depending on bash
* Use the `exec` command to avoid having the shell process linger unnecessarily
* Change the mode to make the script directly executable

Authored by: fstirlitz

:ci skip all

3 years agoUpdate to ytdl-commit-9f6c03
pukkandan [Sat, 17 Apr 2021 03:02:33 +0000 (08:32 +0530)] 
Update to ytdl-commit-9f6c03

[cbsnews] Fix extraction for python <3.6
https://github.com/ytdl-org/youtube-dl/commit/9f6c03a00602eb1119e43a522cf50682f6d6a6dd

3 years ago[youtube:tab] Reload with unavailable videos for all playlists
pukkandan [Sat, 17 Apr 2021 02:19:49 +0000 (07:49 +0530)] 
[youtube:tab] Reload with unavailable videos for all playlists

If the unavailable video is in a later page, the warning and button are not shown in the initial webpage
So we force all playlists' initial page to reload with the correct params

3 years agoAdd option `--ignore-no-formats-error`
pukkandan [Sat, 17 Apr 2021 00:09:58 +0000 (05:39 +0530)] 
Add option `--ignore-no-formats-error`
* Ignores the "no video format" and similar errors
* Experimental - Some extractors may still throw these errors

3 years agoFix inconsistent use of `report_warning`
pukkandan [Fri, 16 Apr 2021 10:01:10 +0000 (15:31 +0530)] 
Fix inconsistent use of `report_warning`

3 years ago[downloader] Fix ffmpeg selection for m3u8_native
pukkandan [Fri, 16 Apr 2021 00:30:04 +0000 (06:00 +0530)] 
[downloader] Fix ffmpeg selection for m3u8_native

3 years ago[youtube:tab] Show unavailable videos in playlists (#242)
coletdjnz [Fri, 16 Apr 2021 22:39:08 +0000 (22:39 +0000)] 
[youtube:tab] Show unavailable videos in playlists (#242)

Closes #231

Authored by: colethedj

3 years agoFix some linter and typos
pukkandan [Fri, 16 Apr 2021 00:00:46 +0000 (05:30 +0530)] 
Fix some linter and typos

3 years ago[viu:ott] Fix extractor (see desc)
lkho [Sun, 27 Sep 2020 19:21:31 +0000 (03:21 +0800)] 
[viu:ott] Fix extractor (see desc)
* add language_flag_id query param
* add support for premium account (untested since I dont have a premium account)
* support entire series

Code from:
https://github.com/blackjack4494/youtube-dlc/pull/211
https://github.com/ytdl-org/youtube-dl/pull/15182
https://github.com/ytdl-org/youtube-dl/pull/26775

Fixes:
https://github.com/yt-dlp/yt-dlp/issues/219
https://github.com/ytdl-org/youtube-dl/issues/27946
https://github.com/ytdl-org/youtube-dl/issues/27863
https://github.com/ytdl-org/youtube-dl/issues/27812
https://github.com/ytdl-org/youtube-dl/issues/27464
https://github.com/ytdl-org/youtube-dl/issues/26788
https://github.com/blackjack4494/yt-dlc/issues/136

Possibly also fixes (untested):
https://github.com/ytdl-org/youtube-dl/issues/16992
https://github.com/ytdl-org/youtube-dl/issues/26701

Co-authored by: lkho, pukkandan

3 years ago[Exec] Ensure backward compatibility when the command contains `%`
pukkandan [Thu, 15 Apr 2021 18:44:33 +0000 (00:14 +0530)] 
[Exec] Ensure backward compatibility when the command contains `%`

3 years ago[youtube] Standardize API calls for tabs, mixes and search (#245)
coletdjnz [Thu, 15 Apr 2021 11:22:59 +0000 (11:22 +0000)] 
[youtube] Standardize API calls for tabs, mixes and search (#245)

Authored by: colethedj

3 years ago[youtube] Ignore invalid stretch ratio
pukkandan [Wed, 14 Apr 2021 09:39:53 +0000 (15:09 +0530)] 
[youtube] Ignore invalid stretch ratio
Closes #244

3 years ago[downloader] Fix downloader selection for m3u8
pukkandan [Wed, 14 Apr 2021 04:27:48 +0000 (09:57 +0530)] 
[downloader] Fix downloader selection for m3u8
Bug introduced by: 52a8a1e1b93dbc88f0018d4842f1e90ba96e095f and a31953b0e69f710f737643cb36b0ca1caf69e04c

3 years ago[TubiTv] Add TubiTvShowIE (#243)
Ashish [Wed, 14 Apr 2021 06:52:28 +0000 (12:22 +0530)] 
[TubiTv] Add TubiTvShowIE (#243)

Authored by: Ashish0804

3 years ago[youtube] Improve channel syncid extraction to support ytcfg (#241)
coletdjnz [Wed, 14 Apr 2021 05:07:03 +0000 (05:07 +0000)] 
[youtube] Improve channel syncid extraction to support ytcfg (#241)

Authored by: colethedj

3 years agoEnsure `mergeall` selects best format when multistreams are disabled
pukkandan [Tue, 13 Apr 2021 05:23:25 +0000 (10:53 +0530)] 
Ensure `mergeall` selects best format when multistreams are disabled

3 years ago[downloader] Fix external downloader selection for m3u8
pukkandan [Mon, 12 Apr 2021 17:04:11 +0000 (22:34 +0530)] 
[downloader] Fix external downloader selection for m3u8
Closes #239

3 years ago[version] update
pukkandan [Sun, 11 Apr 2021 21:53:07 +0000 (03:23 +0530)] 
[version] update

:ci skip all

3 years agoRelease 2021.04.11 2021.04.11
pukkandan [Sun, 11 Apr 2021 21:50:07 +0000 (03:20 +0530)] 
Release 2021.04.11

3 years ago[documentation] Improvements
pukkandan [Sun, 11 Apr 2021 00:22:55 +0000 (05:52 +0530)] 
[documentation] Improvements

3 years agoAdd option `--convert-thumbnails`
pukkandan [Sat, 10 Apr 2021 22:18:52 +0000 (03:48 +0530)] 
Add option `--convert-thumbnails`
Closes: https://github.com/yt-dlp/yt-dlp/issues/99 https://github.com/yt-dlp/yt-dlp/issues/102