]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years ago[docs] Migrate issues to use forms (#1302)
Ashish Gupta [Thu, 21 Oct 2021 09:56:36 +0000 (15:26 +0530)] 
[docs] Migrate issues to use forms (#1302)

Authored by: Ashish0804

2 years agoDon't create console for subprocesses on Windows (#1261)
pukkandan [Wed, 20 Oct 2021 16:19:40 +0000 (21:49 +0530)] 
Don't create console for subprocesses on Windows (#1261)

Closes #1251

2 years ago[fragment] Print error message when skipping fragment
pukkandan [Tue, 19 Oct 2021 16:21:33 +0000 (21:51 +0530)] 
[fragment] Print error message when skipping fragment

2 years agoRevert "[fragments] Pad fragments before decrypting (#1298)"
pukkandan [Tue, 19 Oct 2021 16:43:45 +0000 (22:13 +0530)] 
Revert "[fragments] Pad fragments before decrypting (#1298)"

This reverts commit 373475f03553a7fff2d20df878755bfad2fab8e5.

2 years ago[utils] Standardize timestamp formatting code
pukkandan [Tue, 19 Oct 2021 17:28:14 +0000 (22:58 +0530)] 
[utils] Standardize timestamp formatting code
Closes #1285

2 years ago[http] Retry on socket timeout
pukkandan [Tue, 19 Oct 2021 13:22:17 +0000 (18:52 +0530)] 
[http] Retry on socket timeout
Closes #1222

2 years ago[ModifyChapters] Do not mutate original chapters (#1322)
Nil Admirari [Tue, 19 Oct 2021 08:51:05 +0000 (08:51 +0000)] 
[ModifyChapters] Do not mutate original chapters (#1322)

Closes #1295
Authored by: nihil-admirari

2 years agoAdd option `--no-batch-file` (#1335)
Zirro [Mon, 18 Oct 2021 19:11:07 +0000 (21:11 +0200)] 
Add option `--no-batch-file` (#1335)

Authored by: Zirro

2 years agoAdd HDR information to formats
pukkandan [Mon, 18 Oct 2021 13:04:21 +0000 (18:34 +0530)] 
Add HDR information to formats

2 years agoReduce default `--socket-timeout`
pukkandan [Mon, 18 Oct 2021 10:40:27 +0000 (16:10 +0530)] 
Reduce default `--socket-timeout`

2 years ago[ModifyChapters] Allow removing sections by timestamp
pukkandan [Mon, 18 Oct 2021 10:33:05 +0000 (16:03 +0530)] 
[ModifyChapters] Allow removing sections by timestamp

Eg: --remove-chapters "*10:15-15:00".
The `*` prefix is used so as to avoid any conflicts with other valid regex

2 years agoDo not verify thumbnail URLs by default
pukkandan [Mon, 18 Oct 2021 09:53:42 +0000 (15:23 +0530)] 
Do not verify thumbnail URLs by default

Partially reverts cca80fe6110653582e8c8a8d06490b4028ffd755 and 0ba692acc8feffd46b6e1085fb4a2849b685945c

Unless `--check-formats` is specified, this causes yt-dlp to return incorrect thumbnail urls.
See https://github.com/yt-dlp/yt-dlp/issues/340#issuecomment-877909966, #402

But the overhead in general use is not worth it

Closes #694, #725

2 years ago[EmbedMetadata] Allow overwriting all default metadata
pukkandan [Mon, 18 Oct 2021 03:49:25 +0000 (09:19 +0530)] 
[EmbedMetadata] Allow overwriting all default metadata
with `meta_default` key

2 years ago[cleanup] Remove broken youtube login code
pukkandan [Mon, 18 Oct 2021 02:25:34 +0000 (07:55 +0530)] 
[cleanup] Remove broken youtube login code

2 years ago[youtube:comments] Fix comment section not being extracted in new layouts (#1324)
coletdjnz [Mon, 18 Oct 2021 02:58:42 +0000 (15:58 +1300)] 
[youtube:comments] Fix comment section not being extracted in new layouts (#1324)

Co-authored-by: coletdjnz, pukkandan
2 years ago[fragments] Pad fragments before decrypting (#1298)
shirt [Mon, 18 Oct 2021 02:44:20 +0000 (22:44 -0400)] 
[fragments] Pad fragments before decrypting (#1298)

Closes #197, #1297, #1007
Authored by: shirt-dev

2 years ago[Gronkh] Add extractor (#1299)
Ashish Gupta [Mon, 18 Oct 2021 02:41:31 +0000 (08:11 +0530)] 
[Gronkh] Add extractor (#1299)

Closes #1293
Authored by: Ashish0804

2 years ago[SkyNewsAU] Add extractor (#1308)
Ashish Gupta [Mon, 18 Oct 2021 02:39:50 +0000 (08:09 +0530)] 
[SkyNewsAU] Add extractor (#1308)

Closes #1287
Authored by: Ashish0804

2 years ago[tbs] Add tbs live streams (#1326)
LE [Mon, 18 Oct 2021 02:28:20 +0000 (22:28 -0400)] 
[tbs] Add tbs live streams (#1326)

Authored by: llacb47

2 years ago[utils] Use `importlib` to load plugins (#1277)
Ákos Sülyi [Mon, 18 Oct 2021 01:46:49 +0000 (03:46 +0200)] 
[utils] Use `importlib` to load plugins (#1277)

Authored by: sulyi

2 years ago[7plus] Add cookie based authentication (#1202)
nyuszika7h [Mon, 18 Oct 2021 01:34:56 +0000 (03:34 +0200)] 
[7plus] Add cookie based authentication (#1202)

Closes #1103
Authored by: nyuszika7h

2 years ago[on24] Add extractor (#1200)
Damiano Amatruda [Mon, 18 Oct 2021 01:32:46 +0000 (03:32 +0200)] 
[on24] Add extractor (#1200)

Authored by: damianoamatruda

2 years agoMake `duration_string` and `resolution` available in --match-filter
pukkandan [Sat, 16 Oct 2021 19:35:16 +0000 (01:05 +0530)] 
Make `duration_string` and `resolution` available in --match-filter
Related: #1309

2 years ago[utils] Allow duration strings in filter
pukkandan [Sat, 16 Oct 2021 19:34:00 +0000 (01:04 +0530)] 
[utils] Allow duration strings in filter
Closes #1309

2 years ago[crunchyroll] Add season to flat-playlist
pukkandan [Sun, 17 Oct 2021 12:04:03 +0000 (17:34 +0530)] 
[crunchyroll] Add season to flat-playlist
Closes #1319

2 years ago[crunchyroll] Add support for `beta.crunchyroll` URLs
pukkandan [Sun, 17 Oct 2021 11:46:05 +0000 (17:16 +0530)] 
[crunchyroll] Add support for `beta.crunchyroll` URLs
and fix series URLs with language code

2 years agoFix --restrict-filename when used with default template
pukkandan [Sat, 16 Oct 2021 19:33:04 +0000 (01:03 +0530)] 
Fix --restrict-filename when used with default template

2 years ago[youtube] Expose different formats with same itag
pukkandan [Sat, 16 Oct 2021 14:43:23 +0000 (20:13 +0530)] 
[youtube] Expose different formats with same itag

2 years ago[downloader] Fix slow progress hooks
pukkandan [Sat, 16 Oct 2021 13:01:00 +0000 (18:31 +0530)] 
[downloader] Fix slow progress hooks
Closes #1301

2 years agoFix conflict b/w id and ext in format selection
pukkandan [Fri, 15 Oct 2021 13:20:28 +0000 (18:50 +0530)] 
Fix conflict b/w id and ext in format selection
Closes #1282

2 years ago[Hotstar] Raise appropriate error for DRM
Ashish Gupta [Sat, 16 Oct 2021 07:51:59 +0000 (13:21 +0530)] 
[Hotstar] Raise appropriate error for DRM

2 years ago[Viafree] add support for Finland (#1253)
gustaf [Thu, 14 Oct 2021 12:04:40 +0000 (14:04 +0200)] 
[Viafree] add support for Finland (#1253)

Authored by: 18928172992817182 (gustaf)

2 years ago[trovo] Support channel clips and VODs (#1246)
Ashish Gupta [Thu, 14 Oct 2021 12:02:48 +0000 (17:32 +0530)] 
[trovo] Support channel clips and VODs (#1246)

Closes #229
Authored by: Ashish0804

2 years ago[YoutubeDL] Write verbose header to logger
pukkandan [Thu, 14 Oct 2021 04:28:29 +0000 (09:58 +0530)] 
[YoutubeDL] Write verbose header to logger

2 years ago[instagram] Show appropriate error when login is needed
pukkandan [Thu, 14 Oct 2021 09:05:10 +0000 (14:35 +0530)] 
[instagram] Show appropriate error when login is needed
Closes #1264

2 years ago[http] Show the last encountered error
pukkandan [Thu, 14 Oct 2021 09:10:37 +0000 (14:40 +0530)] 
[http] Show the last encountered error
Closes #1262

2 years ago[Hotstar] Mention Dynamic Range in format id (#1265)
Ashish Gupta [Thu, 14 Oct 2021 09:14:14 +0000 (14:44 +0530)] 
[Hotstar] Mention Dynamic Range in format id (#1265)

Authored by: Ashish0804

2 years ago[extractor,utils] Detect more codecs/mimetypes
pukkandan [Tue, 12 Oct 2021 23:33:40 +0000 (05:03 +0530)] 
[extractor,utils] Detect more codecs/mimetypes
Fixes: https://github.com/ytdl-org/youtube-dl/issues/29943
2 years agoFix bug in c111cefa5de2337fc677367ee2d727b8a56e3fd0
pukkandan [Tue, 12 Oct 2021 23:12:31 +0000 (04:42 +0530)] 
Fix bug in c111cefa5de2337fc677367ee2d727b8a56e3fd0

2 years ago[eria2c] Fix --skip-unavailable fragment
pukkandan [Tue, 12 Oct 2021 22:41:25 +0000 (04:11 +0530)] 
[eria2c] Fix --skip-unavailable fragment

2 years ago[outtmpl] Fix bug in expanding environment variables
pukkandan [Tue, 12 Oct 2021 12:04:24 +0000 (17:34 +0530)] 
[outtmpl] Fix bug in expanding environment variables

2 years ago[downloader/ffmpeg] Improve simultaneous download and merge
pukkandan [Tue, 12 Oct 2021 11:20:04 +0000 (16:50 +0530)] 
[downloader/ffmpeg] Improve simultaneous download and merge

2 years agoCalculate more fields for merged formats
pukkandan [Tue, 12 Oct 2021 11:17:18 +0000 (16:47 +0530)] 
Calculate more fields for merged formats
Closes #947

2 years ago[devscripts/run_tests] Use markers to filter tests (#1258)
Ákos Sülyi [Tue, 12 Oct 2021 18:54:27 +0000 (20:54 +0200)] 
[devscripts/run_tests] Use markers to filter tests (#1258)

`-k` filters using a substring match on test name.
`-m` checks markers for an exact match.
Authored by: sulyi

2 years ago[YouTube] Add auto-translated subtitles
pukkandan [Tue, 12 Oct 2021 06:33:56 +0000 (12:03 +0530)] 
[YouTube] Add auto-translated subtitles
Closes #1245

2 years agoFix verbose head not showing custom configs
pukkandan [Mon, 11 Oct 2021 14:51:04 +0000 (20:21 +0530)] 
Fix verbose head not showing custom configs

2 years ago[cleanup] Cleanup bilibili code
pukkandan [Fri, 8 Oct 2021 20:44:23 +0000 (02:14 +0530)] 
[cleanup] Cleanup bilibili code
Closes #1169
Authored by pukkandan, u-spec-png

2 years ago[extractor] Generalize `getcomments` implementation
pukkandan [Tue, 12 Oct 2021 09:50:50 +0000 (15:20 +0530)] 
[extractor] Generalize `getcomments` implementation

2 years ago[extractor] Simplify search extractors
pukkandan [Fri, 8 Oct 2021 20:39:55 +0000 (02:09 +0530)] 
[extractor] Simplify search extractors

2 years agoFix bug in storyboards
pukkandan [Mon, 11 Oct 2021 11:55:37 +0000 (17:25 +0530)] 
Fix bug in storyboards
Caused by 9359f3d4f02856128f5626e754c7f64e2232b02f

2 years ago[Merger] Do not add `aac_adtstoasc` to non-hls audio
pukkandan [Mon, 11 Oct 2021 09:57:00 +0000 (15:27 +0530)] 
[Merger] Do not add `aac_adtstoasc` to non-hls audio

2 years ago[extractor] Detect `EXT-X-KEY` Apple FairPlay
pukkandan [Mon, 11 Oct 2021 09:51:37 +0000 (15:21 +0530)] 
[extractor] Detect `EXT-X-KEY` Apple FairPlay

2 years ago[update] Clean up error reporting
pukkandan [Mon, 11 Oct 2021 04:25:30 +0000 (09:55 +0530)] 
[update] Clean up error reporting
Closes #1224

2 years agoLoad archive only after printing verbose head
pukkandan [Sun, 10 Oct 2021 22:30:52 +0000 (04:00 +0530)] 
Load archive only after printing verbose head

If there is some issue in loading archive, the verbose head should be visible in the logs

2 years agoFix `check_formats` output being written to stdout when `-qv`
pukkandan [Sun, 10 Oct 2021 22:29:55 +0000 (03:59 +0530)] 
Fix `check_formats` output being written to stdout when `-qv`
Closes #1229

2 years ago[tiktok] Fix typo in 943d5ab13305b6a37424e6572d10f562384ada9a
pukkandan [Mon, 11 Oct 2021 04:19:51 +0000 (09:49 +0530)] 
[tiktok] Fix typo in 943d5ab13305b6a37424e6572d10f562384ada9a
and update tests
Closes #1226

2 years ago[EUScreen] Add Extractor (#1219)
Ashish Gupta [Sun, 10 Oct 2021 22:06:27 +0000 (03:36 +0530)] 
[EUScreen] Add Extractor (#1219)

Closes #1207
Authored by: Ashish0804

2 years ago[hidive] Fix typo in b5ae35ee6d3f913898770b8c74ee5f5e5cc33560
pukkandan [Sun, 10 Oct 2021 05:36:23 +0000 (11:06 +0530)] 
[hidive] Fix typo in b5ae35ee6d3f913898770b8c74ee5f5e5cc33560

2 years ago[version] update 2021.10.10
pukkandan [Sun, 10 Oct 2021 04:03:13 +0000 (04:03 +0000)] 
[version] update

:ci skip all

2 years agoRelease 2021.10.10
pukkandan [Sat, 9 Oct 2021 23:29:54 +0000 (04:59 +0530)] 
Release 2021.10.10

2 years ago[downloader] Fix throttledratelimit
pukkandan [Sun, 10 Oct 2021 03:58:43 +0000 (09:28 +0530)] 
[downloader] Fix throttledratelimit
The timer should not reset at start of each block

2 years ago[build] Allow to release without changelog
pukkandan [Sun, 10 Oct 2021 01:49:06 +0000 (07:19 +0530)] 
[build] Allow to release without changelog
so that forks can build using GHA easily

2 years ago[minicurses] Fix when printing to file
pukkandan [Sun, 10 Oct 2021 01:38:22 +0000 (07:08 +0530)] 
[minicurses] Fix when printing to file
Closes #1215

2 years ago[NovaPlay] Add extractor (#1209)
Bojidar Qnkov [Sun, 10 Oct 2021 00:11:10 +0000 (03:11 +0300)] 
[NovaPlay] Add extractor (#1209)

Authored by: Bojidarist

2 years ago[docs] Remove incorrect dependency on VC++10
pukkandan [Sat, 9 Oct 2021 21:53:47 +0000 (03:23 +0530)] 
[docs] Remove incorrect dependency on VC++10
Closes #1163

2 years agoRevert "[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)"
pukkandan [Sat, 9 Oct 2021 21:26:30 +0000 (02:56 +0530)] 
Revert "[ffmpeg] Set max probesize to workaround AAC HLS stream issues (#1109)"

This reverts commit 250a938de82fb6b023c09ce3d89471c5871ff830.

This is no longer necessary since 7687c8ac6e223a725b3ef8f56f04779bebdc86c5

2 years ago[francetv] Update extractor (#1096)
Felix S [Sat, 9 Oct 2021 21:50:17 +0000 (21:50 +0000)] 
[francetv] Update extractor (#1096)

Original PR: https://github.com/ytdl-org/youtube-dl/pull/29996
Closes: https://github.com/yt-dlp/yt-dlp/issues/970, https://github.com/ytdl-org/youtube-dl/issues/29956, https://github.com/ytdl-org/youtube-dl/issues/29957, https://github.com/ytdl-org/youtube-dl/issues/29969, https://github.com/ytdl-org/youtube-dl/issues/29990, https://github.com/ytdl-org/youtube-dl/issues/30010
Authored by: fstirlitz, sarnoud

2 years ago[downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`
pukkandan [Sat, 9 Oct 2021 20:53:42 +0000 (02:23 +0530)] 
[downloader/ffmpeg] Fix bug in initializing `FFmpegPostProcessor`

When `FFmpegFD` initializes the PP, it passes `self` as the `downloader`
But it does not have a `_postprocessor_hooks` attribute

Closes #1211

2 years ago[version] update 2021.10.09
pukkandan [Sat, 9 Oct 2021 19:11:24 +0000 (19:11 +0000)] 
[version] update

:ci skip all

2 years agoRelease 2021.10.09
pukkandan [Sat, 9 Oct 2021 19:09:23 +0000 (00:39 +0530)] 
Release 2021.10.09

2 years ago[HotStarSeries] Fix cookies (#1187)
Ashish Gupta [Sat, 9 Oct 2021 18:27:08 +0000 (23:57 +0530)] 
[HotStarSeries] Fix cookies (#1187)

Authored by: Ashish0804

2 years ago[cleanup] Misc cleanup
pukkandan [Sat, 9 Oct 2021 00:23:15 +0000 (05:53 +0530)] 
[cleanup] Misc cleanup

2 years agoMerge webm formats into mkv if thumbnails are to be embedded
pukkandan [Sat, 9 Oct 2021 16:18:46 +0000 (21:48 +0530)] 
Merge webm formats into mkv if thumbnails are to be embedded

This was originally implemented in 4d971a16b831a45147b6ae7ce53b3e105d204da7 (#173) by @damianoamatruda
but was reverted in 3b297919e046082cc4ab26ecb959d9f4f584102b
since it was unintentionally being triggered for `write_thumbnail` (See #500)

2 years ago[Funimation] Fix for /v/ urls (#1196)
Jules-A [Sat, 9 Oct 2021 15:21:41 +0000 (23:21 +0800)] 
[Funimation] Fix for /v/ urls (#1196)

Closes #993
Authored by: pukkandan, Jules-A

2 years ago[utils] Let traverse_obj accept functions as keys
pukkandan [Sat, 9 Oct 2021 02:44:41 +0000 (08:14 +0530)] 
[utils] Let traverse_obj accept functions as keys

2 years ago[http] Respect user-provided chunk size over extractor's
pukkandan [Fri, 8 Oct 2021 20:36:30 +0000 (02:06 +0530)] 
[http] Respect user-provided chunk size over extractor's

2 years ago[Hidive] Fix subtitles broken by 705e7c2005dfe67a905e18736c9f6345ee9d386b
pukkandan [Fri, 8 Oct 2021 15:07:24 +0000 (20:37 +0530)] 
[Hidive] Fix subtitles broken by 705e7c2005dfe67a905e18736c9f6345ee9d386b

2 years ago[bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0
u-spec-png [Sat, 9 Oct 2021 02:04:02 +0000 (02:04 +0000)] 
[bilibili] Fix bug in efc947fb3eea38eeae257980e663de806f1e19d0

Authored by: u-spec-png

2 years ago[docs] Write embedding and contributing documentation (#528)
timethrow [Sat, 9 Oct 2021 01:08:01 +0000 (02:08 +0100)] 
[docs] Write embedding and contributing documentation (#528)

Authored by: pukkandan, timethrow

2 years ago[youtube:tab] Fallback to API when webpage fails to download (#1122)
coletdjnz [Fri, 8 Oct 2021 21:19:25 +0000 (10:19 +1300)] 
[youtube:tab] Fallback to API when webpage fails to download (#1122)

and add some extractor_args to force this mode
Authored by: coletdjnz

2 years ago[ciscowebex] Add extractor (#1199)
Damiano Amatruda [Fri, 8 Oct 2021 19:36:27 +0000 (21:36 +0200)] 
[ciscowebex] Add extractor (#1199)

Authored by: damianoamatruda

2 years agoImproved progress reporting (See desc) (#1125)
pukkandan [Fri, 8 Oct 2021 19:11:59 +0000 (00:41 +0530)] 
Improved progress reporting (See desc) (#1125)

* Separate `--console-title` and `--no-progress`
* Add option `--progress` to show progress-bar even in quiet mode
* Fix and refactor `minicurses`
* Use `minicurses` for all progress reporting
* Standardize use of terminal sequences and enable color support for windows 10
* Add option `--progress-template` to customize progress-bar and console-title
* Add postprocessor hooks and progress reporting

Closes: #906, #901, #1085, #1170
2 years ago[Streamable] Add codecs (#1189)
u-spec-png [Thu, 7 Oct 2021 14:32:42 +0000 (14:32 +0000)] 
[Streamable] Add codecs (#1189)

Authored by: u-spec-png

2 years ago[Hidive] Fix duplicate and incorrect formats
pukkandan [Wed, 6 Oct 2021 05:23:22 +0000 (10:53 +0530)] 
[Hidive] Fix duplicate and incorrect formats

2 years ago[docs,build] Change all pycryptodome references to pycryptodomex
pukkandan [Wed, 6 Oct 2021 01:04:10 +0000 (06:34 +0530)] 
[docs,build] Change all pycryptodome references to pycryptodomex

2 years ago[FixupM3u8] Do not run if merge is needed
pukkandan [Wed, 6 Oct 2021 00:13:22 +0000 (05:43 +0530)] 
[FixupM3u8] Do not run if merge is needed

We pass the relevant arguments to the merger, so separate fixup in redundant

2 years ago[youtube] Fix non-fatal errors in fetching player
pukkandan [Sun, 3 Oct 2021 21:14:55 +0000 (02:44 +0530)] 
[youtube] Fix non-fatal errors in fetching player

2 years agobugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf
pukkandan [Tue, 5 Oct 2021 04:15:46 +0000 (09:45 +0530)] 
bugfix for 80c03fa98fdd54410bd36684ef453f6976a9c0bf

2 years ago[reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735
pukkandan [Tue, 5 Oct 2021 03:04:05 +0000 (08:34 +0530)] 
[reddit] bugfix for 8e3fd7e034cdd54972d13394821cd9e55e1c3735

2 years ago[soundcloud:playlist] Detect last page correctly
pukkandan [Tue, 5 Oct 2021 03:03:36 +0000 (08:33 +0530)] 
[soundcloud:playlist] Detect last page correctly
Closes #1168

2 years agoWorkaround ssl errors in mingw python
pukkandan [Tue, 5 Oct 2021 03:02:05 +0000 (08:32 +0530)] 
Workaround ssl errors in mingw python
Closes #1151

2 years ago[build] Use pycryptodomex for PyInstaller (#1179)
shirt [Tue, 5 Oct 2021 17:37:58 +0000 (13:37 -0400)] 
[build] Use pycryptodomex for PyInstaller (#1179)

2 years ago[Mediaite] Relax valid url (#1158)
coletdjnz [Mon, 4 Oct 2021 19:30:57 +0000 (08:30 +1300)] 
[Mediaite] Relax valid url (#1158)

Closes #1131
Authored by: coletdjnz

2 years ago[GoPro] Add extractor (#1167)
i6t [Mon, 4 Oct 2021 19:23:37 +0000 (04:23 +0900)] 
[GoPro] Add extractor (#1167)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/30044
Authored by: i6t

2 years ago[CBC] Cleanup tests (#1162)
makeworld [Mon, 4 Oct 2021 19:11:00 +0000 (15:11 -0400)] 
[CBC] Cleanup tests (#1162)

Related: #1013
Authored by: makeworld-the-better-one

2 years ago[parliamentlive.tv] Fix extractor (#1153)
u-spec-png [Mon, 4 Oct 2021 19:09:00 +0000 (19:09 +0000)] 
[parliamentlive.tv] Fix extractor (#1153)

Closes #1139
Authored by: u-spec-png

2 years ago[Douyin] Rewrite extractor (#1157)
MinePlayersPE [Mon, 4 Oct 2021 19:01:33 +0000 (02:01 +0700)] 
[Douyin] Rewrite extractor (#1157)

Closes #1121
Authored by: MinePlayersPE

2 years ago[Newgrounds] Add age_limit and fix duration (#1156)
u-spec-png [Mon, 4 Oct 2021 18:58:02 +0000 (18:58 +0000)] 
[Newgrounds] Add age_limit and fix duration (#1156)

Authored by: u-spec-png

2 years ago[Vupload] Add extractor (#1146)
u-spec-png [Mon, 4 Oct 2021 18:42:24 +0000 (18:42 +0000)] 
[Vupload] Add extractor (#1146)

Fixes: https://github.com/ytdl-org/youtube-dl/issues/29877
Authored by: u-spec-png

2 years ago[Bilibili] Add subtitle converter (#1144)
u-spec-png [Mon, 4 Oct 2021 18:37:05 +0000 (18:37 +0000)] 
[Bilibili] Add subtitle converter (#1144)

Closes #1015
Based on https://github.com/y2361547758/bcc2ass
Authored by: u-spec-png