]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[cleanup] Misc cleanup and refactor (#2173)
pukkandan [Sun, 17 Apr 2022 20:58:28 +0000 (02:28 +0530)] 
[cleanup] Misc cleanup and refactor (#2173)

2 years ago[test] Convert warnings into errors
pukkandan [Sun, 17 Apr 2022 20:42:48 +0000 (02:12 +0530)] 
[test] Convert warnings into errors

* And fix some existing warnings

Authored by: fstirlitz

2 years ago[docs] Improve embedding docs and other minor fixes
pukkandan [Sun, 17 Apr 2022 17:49:53 +0000 (23:19 +0530)] 
[docs] Improve embedding docs and other minor fixes

2 years ago[niconico] Set `expected_protocol` to a public field
pukkandan [Sun, 17 Apr 2022 17:22:22 +0000 (22:52 +0530)] 
[niconico] Set `expected_protocol` to a public field

Closes #3440

2 years ago[downloader/fragment] Make single thread download work for --live-from-start (#3446)
Lesmiscore (Naoya Ozaki) [Sat, 16 Apr 2022 12:11:09 +0000 (21:11 +0900)] 
[downloader/fragment] Make single thread download work for --live-from-start (#3446)

Authored by: Lesmiscore

2 years agoFix `--skip-unavailable-fragments`
pukkandan [Fri, 15 Apr 2022 18:13:07 +0000 (23:43 +0530)] 
Fix `--skip-unavailable-fragments`

Bug in d71fd412495af9ebccef807379859a0baa97ddee
Closes #3437

2 years ago[utils] Fix WebSocketsWrapper
pukkandan [Fri, 15 Apr 2022 11:35:49 +0000 (17:05 +0530)] 
[utils] Fix WebSocketsWrapper

Bug in 3cea3edd1ac1101bd709dfa0305509028118b163
Closes #3422

2 years agoDo not change fragment chunk-size when `--test`
pukkandan [Fri, 15 Apr 2022 05:06:41 +0000 (10:36 +0530)] 
Do not change fragment chunk-size when `--test`

Closes #3434

2 years ago[youtube] Fix episode metadata extraction
coletdjnz [Fri, 15 Apr 2022 04:22:03 +0000 (16:22 +1200)] 
[youtube] Fix episode metadata extraction

2 years ago[chingari] Fix archiving and tests
pukkandan [Thu, 14 Apr 2022 15:14:44 +0000 (20:44 +0530)] 
[chingari] Fix archiving and tests

2 years ago[spotify] Detect iframe embeds (#3430)
Felix S [Thu, 14 Apr 2022 13:22:47 +0000 (13:22 +0000)] 
[spotify] Detect iframe embeds (#3430)

Authored by: fstirlitz

2 years ago[facebook] Improve thumbnail extraction (#3392)
Akmal [Wed, 13 Apr 2022 01:21:23 +0000 (08:21 +0700)] 
[facebook] Improve thumbnail extraction (#3392)

Authored by: Wikidepia

2 years agoFix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e
pukkandan [Tue, 12 Apr 2022 14:27:08 +0000 (19:57 +0530)] 
Fix bug in 66cf3e1001b6d9a2829fe834c3f9103b0890918e

2 years ago[EmbedSubtitle] Enable for more video extensions
pukkandan [Mon, 11 Apr 2022 23:57:17 +0000 (05:27 +0530)] 
[EmbedSubtitle] Enable for more video extensions

Closes #3382

2 years ago[utils] certifi: Make sure the pem file exists
pukkandan [Mon, 11 Apr 2022 23:53:27 +0000 (05:23 +0530)] 
[utils] certifi: Make sure the pem file exists

Closes #3353

2 years ago[cleanup] Misc cleanup (#2173)
pukkandan [Tue, 12 Apr 2022 00:01:54 +0000 (05:31 +0530)] 
[cleanup] Misc cleanup (#2173)

Authored by: fstirlitz, pukkandan

2 years ago[cleanup] Sort imports
pukkandan [Mon, 11 Apr 2022 22:32:57 +0000 (04:02 +0530)] 
[cleanup] Sort imports

Using https://github.com/PyCQA/isort

    isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .

2 years ago[cleanup] Upgrade syntax
pukkandan [Mon, 11 Apr 2022 15:10:28 +0000 (20:40 +0530)] 
[cleanup] Upgrade syntax

Using https://github.com/asottile/pyupgrade

1. `__future__` imports and `coding: utf-8` were removed
2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format`
3. f-strings were cherry-picked from `pyupgrade --py36-plus`

Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts

2 years ago[cleanup] Mark some compat variables for removal (#2173)
pukkandan [Mon, 11 Apr 2022 20:09:26 +0000 (01:39 +0530)] 
[cleanup] Mark some compat variables for removal (#2173)

Authored by fstirlitz, pukkandan

2 years ago[cleanup] Remove unused code paths (#2173)
felix [Thu, 30 Dec 2021 12:23:36 +0000 (13:23 +0100)] 
[cleanup] Remove unused code paths (#2173)

Notes:

* `_windows_write_string`: Fixed in 3.6
  * https://bugs.python.org/issue1602
  * PEP: https://www.python.org/dev/peps/pep-0528

* Windows UTF-8 fix: Fixed in 3.3
  * https://bugs.python.org/issue13216

* `__loader__`: is always present in 3.3+
  * https://bugs.python.org/issue14646

* `workaround_optparse_bug9161`: Fixed in 2.7
  * https://bugs.python.org/issue9161

Authored by: fstirlitz

2 years ago[cleanup] Remove unused scripts/tests (#2173)
felix [Sun, 19 Sep 2021 11:16:11 +0000 (13:16 +0200)] 
[cleanup] Remove unused scripts/tests (#2173)

Authored by fstirlitz, pukkandan

2 years ago[FFmpegMetadataPP] Remove `\0` from metadata
pukkandan [Mon, 11 Apr 2022 08:33:13 +0000 (14:03 +0530)] 
[FFmpegMetadataPP] Remove `\0` from metadata

2 years ago[Gofile] Fix extraction (#3386)
mehq [Mon, 11 Apr 2022 04:29:19 +0000 (10:29 +0600)] 
[Gofile] Fix extraction (#3386)

Closes #3380
Authored by: mehq

2 years ago[youtube] Add `:ytnotifications` extractor (#3347)
krichbanana [Sat, 9 Apr 2022 19:55:24 +0000 (15:55 -0400)] 
[youtube] Add `:ytnotifications` extractor (#3347)

Authored by: krichbanana

2 years ago[cookies] Report progress when importing cookies
pukkandan [Sat, 9 Apr 2022 19:31:48 +0000 (01:01 +0530)] 
[cookies] Report progress when importing cookies

2 years ago[youtube, cleanup] Minor refactoring
pukkandan [Sat, 9 Apr 2022 19:30:21 +0000 (01:00 +0530)] 
[youtube, cleanup] Minor refactoring

Authored by: coletdjnz, pukkandan

2 years ago[EmbedThumbnail] Do not remove id3v1 tags
pukkandan [Sat, 9 Apr 2022 15:49:00 +0000 (21:19 +0530)] 
[EmbedThumbnail] Do not remove id3v1 tags

2 years ago[utils] locked_file: Do not give executable bits for newly created files
Lesmiscore [Sat, 9 Apr 2022 16:23:27 +0000 (01:23 +0900)] 
[utils] locked_file: Do not give executable bits for newly created files

Authored by: Lesmiscore

2 years ago[utils] `sanitize_path`: Fix when path is empty string
pukkandan [Sat, 9 Apr 2022 04:41:25 +0000 (10:11 +0530)] 
[utils] `sanitize_path`: Fix when path is empty string

2 years ago[rai] Add `release_year`
pukkandan [Tue, 5 Apr 2022 10:55:40 +0000 (16:25 +0530)] 
[rai] Add `release_year`

Closes #2319

2 years ago[ZEE5] Fix extractor.
Ashish Gupta [Fri, 8 Apr 2022 15:33:50 +0000 (21:03 +0530)] 
[ZEE5] Fix extractor.
Authored by: Ashish0804
Closes: https://github.com/yt-dlp/yt-dlp/issues/3105
2 years ago[version] update 2022.04.08
github-actions [Fri, 8 Apr 2022 09:57:06 +0000 (09:57 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2022.04.08
pukkandan [Fri, 8 Apr 2022 09:44:42 +0000 (15:14 +0530)] 
Release 2022.04.08

2 years ago[bilibili] Fix extraction of title with quotes (#3350)
Jacek Nowacki [Fri, 8 Apr 2022 09:21:37 +0000 (11:21 +0200)] 
[bilibili] Fix extraction of title with quotes (#3350)

Closes #3289
Authored by: dzek69

2 years ago[TikTokVM] Fix redirect to user URL
pukkandan [Fri, 8 Apr 2022 09:16:05 +0000 (14:46 +0530)] 
[TikTokVM] Fix redirect to user URL

Closes #3349, Closes #3351

2 years ago[docs] Minor improvements (#3309, #3343)
pukkandan [Fri, 8 Apr 2022 08:35:36 +0000 (14:05 +0530)] 
[docs] Minor improvements (#3309, #3343)

Authored by: cffswb, danielyli

Co-authored-by: Daniel Li <redacted>
Co-authored-by: cffswb <redacted>
2 years agoDe-prioritize automatic-subtitles when no `--sub-lang` is given
pukkandan [Fri, 8 Apr 2022 08:17:48 +0000 (13:47 +0530)] 
De-prioritize automatic-subtitles when no `--sub-lang` is given

Closes #3314

2 years ago[Jable] Add extractor (#3341)
mehq [Fri, 8 Apr 2022 06:49:14 +0000 (12:49 +0600)] 
[Jable] Add extractor (#3341)

Closes #3284
Authored by: mehq

2 years ago[Zattoo] Fix extractors (#2288)
Alexander Seiler [Fri, 8 Apr 2022 06:44:58 +0000 (08:44 +0200)] 
[Zattoo] Fix extractors (#2288)

Closes: #1244
Authored by: goggle

2 years ago[NRK] Extract timestamp (#3231)
Ha Tien Loi [Thu, 7 Apr 2022 15:52:27 +0000 (22:52 +0700)] 
[NRK] Extract timestamp (#3231)

Closes #3211
Authored by: hatienl0i261299

2 years ago[Piapro] Extract description with break lines
Lesmiscore [Thu, 7 Apr 2022 11:21:42 +0000 (20:21 +0900)] 
[Piapro] Extract description with break lines

Authored by: Lesmiscore
Closes #3334

2 years agoIgnore `mhtml` formats from `-f mergeall`
pukkandan [Thu, 7 Apr 2022 11:11:51 +0000 (16:41 +0530)] 
Ignore `mhtml` formats from `-f mergeall`

Closes #3324

2 years ago[AfreecaTV] Add `AfreecaTVUserIE` (#3286)
Ha Tien Loi [Thu, 7 Apr 2022 11:03:13 +0000 (18:03 +0700)] 
[AfreecaTV] Add `AfreecaTVUserIE` (#3286)

Closes #3257
Authored by: hatienl0i261299

2 years ago[FfmpegMetadata] Write id3v1 tags
pukkandan [Thu, 7 Apr 2022 10:16:53 +0000 (15:46 +0530)] 
[FfmpegMetadata] Write id3v1 tags

2 years ago[youtube] Fix uploader for collaborative playlists (#3332)
coletdev [Thu, 7 Apr 2022 08:11:16 +0000 (20:11 +1200)] 
[youtube] Fix uploader for collaborative playlists (#3332)

Authored by: coletdjnz

2 years ago[TVer] Fix extractor (#3268)
Lesmiscore (Naoya Ozaki) [Thu, 7 Apr 2022 07:19:36 +0000 (16:19 +0900)] 
[TVer] Fix extractor (#3268)

Authored by: Lesmiscore

2 years ago[test] Add `test_locked_file`
pukkandan [Thu, 7 Apr 2022 06:00:46 +0000 (11:30 +0530)] 
[test] Add `test_locked_file`

2 years ago[utils] locked_file: Fix non-blocking non-exclusive lock
pukkandan [Thu, 7 Apr 2022 06:30:58 +0000 (12:00 +0530)] 
[utils] locked_file: Fix non-blocking non-exclusive lock

2 years ago[utils] locked_file: Do not truncate files before locking (#2994)
Justin Keogh [Thu, 7 Apr 2022 05:58:56 +0000 (05:58 +0000)] 
[utils] locked_file: Do not truncate files before locking (#2994)

Authored by: jakeogh, pukkandan

2 years ago[twitcasting] Don't return multi_video for archive with single hls manifest (#3319)
Lesmiscore (Naoya Ozaki) [Thu, 7 Apr 2022 04:42:01 +0000 (13:42 +0900)] 
[twitcasting] Don't return multi_video for archive with single hls manifest (#3319)

Authored by: Lesmiscore

2 years ago[Moviepilot] Add extractor (#3282)
panatexxa [Thu, 7 Apr 2022 02:26:12 +0000 (04:26 +0200)] 
[Moviepilot] Add extractor (#3282)

Authored by: panatexxa

2 years ago[fptplay] Fix metadata extraction (#3218)
Ha Tien Loi [Wed, 6 Apr 2022 08:52:08 +0000 (15:52 +0700)] 
[fptplay] Fix metadata extraction (#3218)

Authored by: hatienl0i261299

2 years agoDo not lock downloading file on Windows
pukkandan [Tue, 5 Apr 2022 17:45:17 +0000 (23:15 +0530)] 
Do not lock downloading file on Windows

Closes #3124

2 years agoDo not prevent download if locking is unsupported
pukkandan [Tue, 5 Apr 2022 17:38:18 +0000 (23:08 +0530)] 
Do not prevent download if locking is unsupported

Closes #3022

Failure to lock download-archive is still fatal.
This is consistent with youtube-dl's behavior

2 years ago[http] Fix #3215
pukkandan [Tue, 5 Apr 2022 16:01:59 +0000 (21:31 +0530)] 
[http] Fix #3215

2 years ago[cleanup] Misc fixes
pukkandan [Sun, 27 Mar 2022 02:20:43 +0000 (07:50 +0530)] 
[cleanup] Misc fixes

Closes https://github.com/yt-dlp/yt-dlp/pull/3213, Closes https://github.com/yt-dlp/yt-dlp/pull/3117

Related: https://github.com/yt-dlp/yt-dlp/issues/3146#issuecomment-1077323114, https://github.com/yt-dlp/yt-dlp/pull/3277#discussion_r841019671, https://github.com/yt-dlp/yt-dlp/commit/a825ffbffa0bea322e3ccb44c6f8e01d8d9572fb#commitcomment-68538986, https://github.com/yt-dlp/yt-dlp/issues/2360, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393519, https://github.com/yt-dlp/yt-dlp/commit/5fa3c9a88f597625296981a4a26be723e65d4842#r70393254

2 years ago[ruutu] Detect embeds (#3294)
Teemu Ikonen [Tue, 5 Apr 2022 12:15:47 +0000 (15:15 +0300)] 
[ruutu] Detect embeds (#3294)

Authored by: tpikonen

2 years ago[crunchyroll:playlist] Implement beta API (#2955)
Jeff Huffman [Tue, 5 Apr 2022 10:51:12 +0000 (03:51 -0700)] 
[crunchyroll:playlist] Implement beta API (#2955)

Closes #3121, #2930

Authored by: tejing1

2 years ago[TikTok] Fix URLs with user id (#3295)
Ha Tien Loi [Mon, 4 Apr 2022 10:07:07 +0000 (17:07 +0700)] 
[TikTok] Fix URLs with user id (#3295)

Closes #3243
Authored by: hatienl0i261299

2 years ago[cleanup] Use `_html_extract_title`
pukkandan [Mon, 4 Apr 2022 08:27:35 +0000 (13:57 +0530)] 
[cleanup] Use `_html_extract_title`

2 years agoFallback to video-only format when selecting by extension
pukkandan [Mon, 4 Apr 2022 09:26:02 +0000 (14:56 +0530)] 
Fallback to video-only format when selecting by extension

Closes #3296

2 years agoFix filepath sanitization in `--print-to-file`
pukkandan [Sun, 3 Apr 2022 14:47:59 +0000 (20:17 +0530)] 
Fix filepath sanitization in `--print-to-file`

2 years ago[Imdb] Improve extractor (#3291)
Ha Tien Loi [Mon, 4 Apr 2022 07:29:35 +0000 (14:29 +0700)] 
[Imdb] Improve extractor (#3291)

Closes #3283
Authored by: hatienl0i261299

2 years ago[Cybrary] Add extractor (#3264)
Tim Schindler [Mon, 4 Apr 2022 07:20:14 +0000 (09:20 +0200)] 
[Cybrary] Add extractor (#3264)

Authored by: aaearon

2 years ago[openrec] Download archived livestreams (#3267)
Lesmiscore (Naoya Ozaki) [Sun, 3 Apr 2022 15:41:14 +0000 (00:41 +0900)] 
[openrec] Download archived livestreams (#3267)

Authored by: Lesmiscore

2 years ago[elonet] Rewrite extractor (#3277)
Fam0r [Sun, 3 Apr 2022 15:11:50 +0000 (18:11 +0300)] 
[elonet] Rewrite extractor (#3277)

Closes #2911
Authored by: Fam0r, pukkandan

2 years ago[tenplay] Improve extractor (#3280)
aarubui [Sun, 3 Apr 2022 13:53:22 +0000 (23:53 +1000)] 
[tenplay] Improve extractor (#3280)

Authored by: aarubui

2 years ago[youtube:tab] Minor improvements (See desc)
pukkandan [Sun, 3 Apr 2022 13:31:03 +0000 (19:01 +0530)] 
[youtube:tab] Minor improvements (See desc)

* Support shorts on channel homepage
* Extract thumbnail of OLAK playlists

2 years ago[youtube:search] Support hashtag entries (#3265)
coletdev [Sat, 2 Apr 2022 06:11:14 +0000 (19:11 +1300)] 
[youtube:search] Support hashtag entries (#3265)

Authored-by: coletdjnz
2 years ago[web.archive:youtube] Make CDX API requests non-fatal
coletdjnz [Sat, 2 Apr 2022 06:07:13 +0000 (19:07 +1300)] 
[web.archive:youtube] Make CDX API requests non-fatal

Partial fix for https://github.com/yt-dlp/yt-dlp/issues/3278
Authored-by: coletdjnz
2 years ago[rai] Fix extraction of http formats (#3272)
nixxo [Sat, 2 Apr 2022 05:57:56 +0000 (07:57 +0200)] 
[rai] Fix extraction of http formats (#3272)

Closes #3270
Authored by: nixxo

2 years ago[Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0
pukkandan [Sat, 2 Apr 2022 05:50:31 +0000 (11:20 +0530)] 
[Nebula] Fix bug in 52efa4b31200119adaa8acf33e50b84fcb6948f0

2 years ago[niconico] Fix extraction of thumbnails and uploader (#3266)
Lesmiscore (Naoya Ozaki) [Fri, 1 Apr 2022 10:31:58 +0000 (19:31 +0900)] 
[niconico] Fix extraction of thumbnails and uploader (#3266)

2 years ago[utils] `traverse_obj`: Allow filtering by value
pukkandan [Thu, 31 Mar 2022 07:55:50 +0000 (13:25 +0530)] 
[utils] `traverse_obj`: Allow filtering by value

2 years ago[utils] Add `try_call`
pukkandan [Thu, 31 Mar 2022 07:49:16 +0000 (13:19 +0530)] 
[utils] Add `try_call`

2 years ago[BRMediathek] Fix VALID_URL
pukkandan [Thu, 31 Mar 2022 08:00:07 +0000 (13:30 +0530)] 
[BRMediathek] Fix VALID_URL

Closes #2466

2 years ago[AZMedien] Support `tv.telezueri.ch` (#3251)
Alexander Seiler [Thu, 31 Mar 2022 03:23:32 +0000 (05:23 +0200)] 
[AZMedien] Support `tv.telezueri.ch` (#3251)

Authored by: goggle

2 years ago[Craftsy] Add extractor (#3208)
Bricio [Thu, 31 Mar 2022 03:04:55 +0000 (00:04 -0300)] 
[Craftsy] Add extractor (#3208)

Authored by: Bricio

2 years ago[viu] Fix bypass for preview (#3247)
zackmark29 [Thu, 31 Mar 2022 02:47:58 +0000 (10:47 +0800)] 
[viu] Fix bypass for preview (#3247)

Authored by: zackmark29

2 years ago[crunhyroll] Fix inheritance
pukkandan [Wed, 30 Mar 2022 12:49:22 +0000 (18:19 +0530)] 
[crunhyroll] Fix inheritance

https://github.com/yt-dlp/yt-dlp/pull/2955#issuecomment-1083060465

2 years ago[docs] Clarify the exact `BSD` license of dependencies (#3197)
MrRawes [Wed, 30 Mar 2022 11:35:06 +0000 (12:35 +0100)] 
[docs] Clarify the exact `BSD` license of dependencies (#3197)

Authored by: MrRawes

2 years ago[docs] Add an `.editorconfig` file (#3220)
Felix S [Wed, 30 Mar 2022 11:31:25 +0000 (11:31 +0000)] 
[docs] Add an `.editorconfig` file (#3220)

Authored by: fstirlitz

2 years ago[xnxx] Add `xnxx3.com` (#3188)
Daniel [Wed, 30 Mar 2022 10:54:35 +0000 (16:54 +0600)] 
[xnxx] Add `xnxx3.com` (#3188)

Authored by: rozari0

2 years ago[dailymotion] Support `geo.dailymotion.com` (#3230)
Ha Tien Loi [Wed, 30 Mar 2022 10:04:00 +0000 (17:04 +0700)] 
[dailymotion] Support `geo.dailymotion.com` (#3230)

Closes #3229
Authored by: hatienl0i261299

2 years agoFix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2
pukkandan [Wed, 30 Mar 2022 06:52:36 +0000 (12:22 +0530)] 
Fix bug in 8a7f68d0b12d0f4910a15b59a3ec090bbf83b6f2

Closes #3241

2 years ago[YouTube] Add new age-gate bypass (#3233)
David [Tue, 29 Mar 2022 10:05:31 +0000 (03:05 -0700)] 
[YouTube] Add new age-gate bypass (#3233)

Closes #3182
Authored by: zerodytrash, pukkandan

2 years ago[ffmpeg] Cache version data
pukkandan [Mon, 28 Mar 2022 22:14:17 +0000 (03:44 +0530)] 
[ffmpeg] Cache version data

Related: https://github.com/dasl-/pifi/issues/9

2 years ago[WasdTV] Add extractor (#3045)
Ha Tien Loi [Mon, 28 Mar 2022 03:27:41 +0000 (10:27 +0700)] 
[WasdTV] Add extractor (#3045)

Closes #3041
Authored by: un-def, hatienl0i261299

2 years ago[viki] Don't attempt to modify URLs with signature (#3222)
nyuszika7h [Mon, 28 Mar 2022 03:23:44 +0000 (05:23 +0200)] 
[viki] Don't attempt to modify URLs with signature (#3222)

Closes #1379
Authored by: nyuszika7h

2 years ago[BiliIntl] Support user-generated videos (#3203)
Luc Ritchie [Mon, 28 Mar 2022 03:21:42 +0000 (23:21 -0400)] 
[BiliIntl] Support user-generated videos (#3203)

Authored by: wlritchi

2 years agoFix `--no-overwrite` for playlist infojson
pukkandan [Mon, 28 Mar 2022 03:14:55 +0000 (08:44 +0530)] 
Fix `--no-overwrite` for playlist infojson

Fixes: https://github.com/yt-dlp/yt-dlp/issues/1467#issuecomment-1079922971
2 years ago[utils] Add `filter_dict`
pukkandan [Mon, 28 Mar 2022 02:51:45 +0000 (08:21 +0530)] 
[utils] Add `filter_dict`

2 years ago[youtube:tab] Fix duration extraction for shorts (#3171)
coletdev [Mon, 28 Mar 2022 00:49:42 +0000 (13:49 +1300)] 
[youtube:tab] Fix duration extraction for shorts (#3171)

Related: https://github.com/TeamNewPipe/NewPipe/issues/8034
Authored-by: coletdjnz
2 years ago[go,viu] Extract subtitles from the m3u8 manifest (#3219)
Felix S [Sun, 27 Mar 2022 09:35:14 +0000 (09:35 +0000)] 
[go,viu] Extract subtitles from the m3u8 manifest (#3219)

Authored by: fstirlitz

2 years ago[ITProTV] Add extractor (#3196)
Tim Schindler [Sun, 27 Mar 2022 09:00:38 +0000 (11:00 +0200)] 
[ITProTV] Add extractor (#3196)

Authored by: aaearon

2 years ago[BanBye] Add extractor (#3177)
mehq [Sun, 27 Mar 2022 08:57:05 +0000 (14:57 +0600)] 
[BanBye] Add extractor (#3177)

Closes #3175
Authored by: mehq

2 years ago[youtube] Fix auto-translated automatic captions
pukkandan [Sun, 27 Mar 2022 08:36:26 +0000 (14:06 +0530)] 
[youtube] Fix auto-translated automatic captions

d49669acad71f640ffd8b78f0ea7911ae1f67720 only covered ASR

Closes #2956

2 years ago[youtube] Add extractor-arg to skip auto-translated subs
pukkandan [Sun, 27 Mar 2022 08:34:20 +0000 (14:04 +0530)] 
[youtube] Add extractor-arg to skip auto-translated subs

2 years agoShow warning when all media formats have DRM
pukkandan [Sun, 27 Mar 2022 06:08:26 +0000 (11:38 +0530)] 
Show warning when all media formats have DRM

Related: #1379

2 years ago[youtube] Detect DRM better
shirt [Sun, 27 Mar 2022 05:28:26 +0000 (01:28 -0400)] 
[youtube] Detect DRM better

Authored by: shirt-dev