]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years agoUpdate to ytdl-commit-78ce962
pukkandan [Thu, 3 Feb 2022 15:51:42 +0000 (21:21 +0530)] 
Update to ytdl-commit-78ce962

[youtube] Support channel search
https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67

2 years ago[cleanup,docs] Minor fixes
pukkandan [Thu, 3 Feb 2022 15:02:10 +0000 (20:32 +0530)] 
[cleanup,docs] Minor fixes

Closes #2541, #2484

2 years ago[FFmpegConcat] Abort on --skip-download and download errors
pukkandan [Thu, 3 Feb 2022 14:56:27 +0000 (20:26 +0530)] 
[FFmpegConcat] Abort on --skip-download and download errors

Closes #2470

2 years ago[utils] Strip double spaces in `clean_html`
pukkandan [Thu, 3 Feb 2022 14:15:57 +0000 (19:45 +0530)] 
[utils] Strip double spaces in `clean_html`

Closes #2497
Authored by: dirkf

2 years agoMake nested --config-locations relative to parent file
pukkandan [Thu, 3 Feb 2022 12:48:18 +0000 (18:18 +0530)] 
Make nested --config-locations relative to parent file

* and allow environment variables in it so that you can use `$PWD`/`%cd%`
to specify paths relative to current directory

2 years ago[glomex] Simplify embed detection (#2600)
pukkandan [Thu, 3 Feb 2022 07:46:47 +0000 (13:16 +0530)] 
[glomex] Simplify embed detection (#2600)

Closes #2512

2 years ago[bilibili] Fix extractor
pukkandan [Wed, 2 Feb 2022 12:36:04 +0000 (18:06 +0530)] 
[bilibili] Fix extractor

Closes #2599, Closes #2562
Fixes https://github.com/yt-dlp/yt-dlp/pull/1716#issuecomment-980512982

2 years ago[instagram] Fix bug in 013322a95e396ab21c8febc3e560d8a177c87f4a
pukkandan [Wed, 2 Feb 2022 03:25:43 +0000 (08:55 +0530)] 
[instagram] Fix bug in 013322a95e396ab21c8febc3e560d8a177c87f4a

Closes #2552

2 years ago[cctv] De-prioritize sample format
pukkandan [Wed, 2 Feb 2022 02:14:04 +0000 (07:44 +0530)] 
[cctv] De-prioritize sample format

Closes #2479

2 years ago[doodstream] Fix extractor
pukkandan [Wed, 2 Feb 2022 01:09:46 +0000 (06:39 +0530)] 
[doodstream] Fix extractor

Closes #2584

2 years ago[generic] Allow further processing of json_ld URL
pukkandan [Wed, 2 Feb 2022 01:58:01 +0000 (07:28 +0530)] 
[generic] Allow further processing of json_ld URL
Closes #2578

2 years agoFix `--compat-options list-formats`
pukkandan [Wed, 2 Feb 2022 00:38:40 +0000 (06:08 +0530)] 
Fix `--compat-options list-formats`
Closes #2481

2 years ago[globo] Fix extractor (#2589)
Bricio [Wed, 2 Feb 2022 00:30:09 +0000 (21:30 -0300)] 
[globo] Fix extractor (#2589)

Closes #2524
Authored by: Bricio

2 years ago[youtube, cleanup] Misc fixes and cleanup
pukkandan [Tue, 1 Feb 2022 20:43:17 +0000 (02:13 +0530)] 
[youtube, cleanup] Misc fixes and cleanup

2 years ago[youtube] Add extractor `YoutubeMusicSearchURLIE`
pukkandan [Tue, 1 Feb 2022 18:24:00 +0000 (23:54 +0530)] 
[youtube] Add extractor `YoutubeMusicSearchURLIE`

Closes #2568

2 years ago[fc2] Fix extraction (#2572)
Lesmiscore (Naoya Ozaki) [Tue, 1 Feb 2022 13:22:18 +0000 (22:22 +0900)] 
[fc2] Fix extraction (#2572)

Closes #2566
Authored by: Lesmiscore

2 years ago[TikTok] Iterate through app versions (#2449)
MinePlayersPE [Tue, 1 Feb 2022 08:26:23 +0000 (15:26 +0700)] 
[TikTok] Iterate through app versions (#2449)

Closes #2476
Authored by: MinePlayersPE

2 years ago[dplay] Add extractors for site changes (#2401)
Sipherdrakon [Tue, 1 Feb 2022 07:47:23 +0000 (02:47 -0500)] 
[dplay] Add extractors for site changes (#2401)

Closes #2438
Authored by: Sipherdrakon

2 years ago[ertgr] Add new extractors (#2338)
Zenon Mousmoulas [Tue, 1 Feb 2022 07:32:13 +0000 (09:32 +0200)] 
[ertgr] Add new extractors (#2338)

Authored-by: zmousm, dirkf
2 years ago[youtube] Fix n-sig for player e06dea74
pukkandan [Tue, 1 Feb 2022 02:40:19 +0000 (08:10 +0530)] 
[youtube] Fix n-sig for player e06dea74

2 years ago[outtmpl] Handle hard-coded file extension better
pukkandan [Tue, 1 Feb 2022 00:48:25 +0000 (06:18 +0530)] 
[outtmpl] Handle hard-coded file extension better

When we know that the user-provided extension is the correct final one,
replace it with intermediate extension during download

2 years ago[outtmpl] Handle `-o ""` better
pukkandan [Tue, 1 Feb 2022 00:45:36 +0000 (06:15 +0530)] 
[outtmpl] Handle `-o ""` better

Since the specific type of file is not downloaded when giving `-o "<type>:"`,
now `-o ""` acts as an alias to `--skip-download`

2 years ago[Pladform] Fix redirection to external player (#2550)
KiberInfinity [Mon, 31 Jan 2022 23:53:54 +0000 (01:53 +0200)] 
[Pladform] Fix redirection to external player (#2550)

Authored by: KiberInfinity

2 years ago[tumblr] Fix 403 errors and handle vimeo embeds (#2542)
foghawk [Mon, 31 Jan 2022 21:01:21 +0000 (15:01 -0600)] 
[tumblr] Fix 403 errors and handle vimeo embeds (#2542)

Fixes https://github.com/ytdl-org/youtube-dl/issues/29585
Authored by: foghawk

2 years ago[mildom] Fix extractor (#2533)
lazypete365 [Mon, 31 Jan 2022 20:54:49 +0000 (21:54 +0100)] 
[mildom] Fix extractor (#2533)

Closes #2519
Authored by: lazypete365

2 years ago[crunchyroll] Fix login (#2530)
Jeff Huffman [Mon, 31 Jan 2022 20:01:17 +0000 (12:01 -0800)] 
[crunchyroll] Fix login (#2530)

Closes #1424
Authored by: tejing1

2 years ago[aes] Add unpad_pkcs7
pukkandan [Mon, 31 Jan 2022 14:49:33 +0000 (20:19 +0530)] 
[aes] Add unpad_pkcs7

2 years ago[GoogleSearch] Fix extractor
pukkandan [Mon, 31 Jan 2022 07:02:44 +0000 (12:32 +0530)] 
[GoogleSearch] Fix extractor

2 years ago[Odnoklassniki] Improve embedded players extraction (#2549)
KiberInfinity [Mon, 31 Jan 2022 18:37:07 +0000 (20:37 +0200)] 
[Odnoklassniki] Improve embedded players extraction (#2549)

Authored by: KiberInfinity

2 years ago[viki] Fix "Bad request" for manifest (#2540)
nyuszika7h [Mon, 31 Jan 2022 14:52:42 +0000 (15:52 +0100)] 
[viki] Fix "Bad request" for manifest (#2540)

Closes #2499
Authored by: nyuszika7h

2 years ago[Bilibili] Add 8k support (#1964)
u-spec-png [Sun, 30 Jan 2022 18:51:22 +0000 (18:51 +0000)] 
[Bilibili] Add 8k support (#1964)

Closes #1898, #1819
Authored by: u-spec-png

2 years ago[GlomexEmbed] Avoid large match objects
Zenon Mousmoulas [Sun, 30 Jan 2022 13:35:39 +0000 (15:35 +0200)] 
[GlomexEmbed] Avoid large match objects

Closes #2512
Authored by: zmousm

2 years ago[MySpass] Fix video url processing (#2510)
trasssh [Sat, 29 Jan 2022 20:54:48 +0000 (04:54 +0800)] 
[MySpass] Fix video url processing (#2510)

Closes #2507
Authored by: trassshhub

2 years ago[crunchyroll:beta] Add cookies support (#2506)
Jeff Huffman [Sat, 29 Jan 2022 00:33:51 +0000 (16:33 -0800)] 
[crunchyroll:beta] Add cookies support (#2506)

* Extract directly from the beta API when cookies are passed. If login cookie is absent, the extraction is delegated to `CrunchyrollIE`. This causes different metadata to be extracted (including formats and video id) and therefore results in a different archive entry. For now, this issue is unavoidable since the browser also redirects to the old site when not logged in.

* Adds extractor-args `format` and `hardsub` to control the source and subtitles of the extracted formats

Closes #1911
Authored by: tejing1

2 years ago[Fujitv] Extract metadata and support premium (#2505)
YuenSzeHong [Fri, 28 Jan 2022 12:58:03 +0000 (20:58 +0800)] 
[Fujitv] Extract metadata and support premium (#2505)

Authored by: YuenSzeHong

2 years ago[YandexVideoPreview] Add extractor (#2500)
KiberInfinity [Thu, 27 Jan 2022 19:51:40 +0000 (21:51 +0200)] 
[YandexVideoPreview] Add extractor (#2500)

Closes #1794
Authored by: KiberInfinity

2 years ago[cookies] Fix keyring selection for unsupported desktops
pukkandan [Mon, 24 Jan 2022 17:22:04 +0000 (22:52 +0530)] 
[cookies] Fix keyring selection for unsupported desktops

Closes #2450

2 years ago[iq.com] Add VIP support (#2444)
MinePlayersPE [Mon, 24 Jan 2022 17:19:34 +0000 (00:19 +0700)] 
[iq.com] Add VIP support (#2444)

Authored by: MinePlayersPE

2 years ago[Vimm] add recording extractor (#2441)
Aleri Kaisattera [Mon, 24 Jan 2022 17:07:04 +0000 (23:07 +0600)] 
[Vimm] add recording extractor (#2441)

Authored by: alerikaisattera

2 years ago[Instagram] Fix extraction when logged in (#2439)
MinePlayersPE [Mon, 24 Jan 2022 17:04:34 +0000 (00:04 +0700)] 
[Instagram] Fix extraction when logged in (#2439)

Closes #2435
Authored by: MinePlayersPE

2 years ago[Musicdex] Add extractors (#2421)
Ashish Gupta [Mon, 24 Jan 2022 16:41:21 +0000 (22:11 +0530)] 
[Musicdex] Add extractors (#2421)

Closes #2204
Authored by: Ashish0804

2 years ago[ThisOldHouse] Improve Premium URL check (#2445)
Ashish Gupta [Mon, 24 Jan 2022 16:24:28 +0000 (21:54 +0530)] 
[ThisOldHouse] Improve Premium URL check (#2445)

Closes #2443
Authored by: Ashish0804

2 years ago[extractor] Allow non-fatal `title` extraction
pukkandan [Mon, 24 Jan 2022 15:31:17 +0000 (21:01 +0530)] 
[extractor] Allow non-fatal `title` extraction

2 years ago[bilibili] Make anthology title non-fatal
pukkandan [Mon, 24 Jan 2022 15:28:32 +0000 (20:58 +0530)] 
[bilibili] Make anthology title non-fatal

2 years ago[docs,cleanup] Fix linter and misc cleanup
pukkandan [Sun, 23 Jan 2022 19:51:39 +0000 (01:21 +0530)] 
[docs,cleanup] Fix linter and misc cleanup

Closes #2419

2 years agoAdd option `--print-to-file`
pukkandan [Sun, 23 Jan 2022 21:34:19 +0000 (03:04 +0530)] 
Add option `--print-to-file`

Closes #2372

2 years ago[extractor] Extract video inside `Article` json_ld
pukkandan [Sun, 23 Jan 2022 20:10:05 +0000 (01:40 +0530)] 
[extractor] Extract video inside `Article` json_ld

Closes #2448

2 years ago[downloader/ffmpeg] Handle unknown formats better
pukkandan [Sun, 23 Jan 2022 19:45:44 +0000 (01:15 +0530)] 
[downloader/ffmpeg] Handle unknown formats better

2 years ago[orf:tvthek] Lazy playlist extraction and obey --no-playlist
pukkandan [Sun, 23 Jan 2022 17:56:55 +0000 (23:26 +0530)] 
[orf:tvthek] Lazy playlist extraction and obey --no-playlist

Closes #2411

2 years agoEnsure `_type` is present in `info.json`
pukkandan [Sun, 23 Jan 2022 19:31:30 +0000 (01:01 +0530)] 
Ensure `_type` is present in `info.json`

Closes #2447

2 years agoFix/improve `InAdvancePagedList`
pukkandan [Sun, 23 Jan 2022 17:55:17 +0000 (23:25 +0530)] 
Fix/improve `InAdvancePagedList`

2 years ago[extractor] Add convinience function `_yes_playlist`
pukkandan [Sun, 23 Jan 2022 17:54:24 +0000 (23:24 +0530)] 
[extractor] Add convinience function `_yes_playlist`

2 years ago[web.archive:youtube] Add `ytarchive:` prefix
pukkandan [Sun, 23 Jan 2022 13:02:15 +0000 (18:32 +0530)] 
[web.archive:youtube] Add `ytarchive:` prefix

and misc cleanup

2 years ago[archive.org] Ignore unnecessary files
pukkandan [Sun, 23 Jan 2022 13:03:16 +0000 (18:33 +0530)] 
[archive.org] Ignore unnecessary files

Closes #2452

2 years ago[youtube:api] Do not use seek when reading HTTPError response
coletdjnz [Sun, 23 Jan 2022 06:11:32 +0000 (19:11 +1300)] 
[youtube:api] Do not use seek when reading HTTPError response

Authored-by: coletdjnz
2 years ago[CAM4] Add thumbnail extraction (#2425)
Aleri Kaisattera [Fri, 21 Jan 2022 21:32:25 +0000 (03:32 +0600)] 
[CAM4] Add thumbnail extraction (#2425)

Authored by: alerikaisattera

2 years ago[version] update
github-actions [Fri, 21 Jan 2022 11:57:11 +0000 (11:57 +0000)] 
[version] update

Created by: pukkandan

:ci skip all

2 years agoRelease 2022.01.22
pukkandan [Fri, 21 Jan 2022 12:08:11 +0000 (17:38 +0530)] 
Release 2022.01.22

2 years agoFix 426764371fa52dde8fb9bedad69a3e58e5c391b9 for Py3.6
pukkandan [Fri, 21 Jan 2022 10:20:16 +0000 (15:50 +0530)] 
Fix 426764371fa52dde8fb9bedad69a3e58e5c391b9 for Py3.6

2 years ago[line] Remove `tv.line.me` (#2420)
sian1468 [Fri, 21 Jan 2022 09:42:03 +0000 (16:42 +0700)] 
[line] Remove `tv.line.me` (#2420)

Service is discontinued
Authored by: sian1468

2 years ago[cleanup] Minor fixes
pukkandan [Wed, 19 Jan 2022 22:57:36 +0000 (04:27 +0530)] 
[cleanup] Minor fixes

Closes #2334

2 years ago[docs] Improvements
pukkandan [Wed, 19 Jan 2022 22:57:07 +0000 (04:27 +0530)] 
[docs] Improvements

2 years ago[cleanup] Use format_field where applicable
pukkandan [Fri, 21 Jan 2022 07:57:40 +0000 (13:27 +0530)] 
[cleanup] Use format_field where applicable

2 years agoList playlist thumbnails in `--list-thumbnails`
pukkandan [Fri, 21 Jan 2022 07:21:06 +0000 (12:51 +0530)] 
List playlist thumbnails in `--list-thumbnails`

2 years ago[Newsy] Add extractor (#2416)
Ashish Gupta [Fri, 21 Jan 2022 07:01:25 +0000 (12:31 +0530)] 
[Newsy] Add extractor (#2416)

Closes #2346
Authored by: Ashish0804

2 years ago[PRX] Add Extractors (#2245)
coletdjnz [Fri, 21 Jan 2022 07:00:29 +0000 (07:00 +0000)] 
[PRX] Add Extractors (#2245)

Closes #2144, https://github.com/ytdl-org/youtube-dl/issues/15948

Authored by: coletdjnz

2 years ago[ard] Extract subtitles (#2409)
Felix S [Fri, 21 Jan 2022 06:58:22 +0000 (06:58 +0000)] 
[ard] Extract subtitles (#2409)

Fixes https://github.com/ytdl-org/youtube-dl/issues/30543, related: https://github.com/ytdl-org/youtube-dl/pull/17766
Authored by: fstirlitz

2 years agoAdd option --legacy-server-connect (#778)
xtkoba [Fri, 21 Jan 2022 06:12:30 +0000 (15:12 +0900)] 
Add option --legacy-server-connect (#778)

to allow HTTPS connection to servers that do not support RFC 5746 secure renegotiation

Authored by: xtkoba

2 years ago[youtube] Extract channel subscriber count (#2399)
coletdjnz [Fri, 21 Jan 2022 06:04:36 +0000 (06:04 +0000)] 
[youtube] Extract channel subscriber count (#2399)

Closes #2350
* Adds `channel_follower_count` field
Authored-by: coletdjnz
2 years ago[LnkIE] Add extractor (#2408)
Ashish Gupta [Fri, 21 Jan 2022 06:02:31 +0000 (11:32 +0530)] 
[LnkIE] Add extractor (#2408)

Closes: #2268
Authored by: Ashish0804

2 years ago[CrowdBunker] Add extractors (#2407)
Ashish Gupta [Fri, 21 Jan 2022 05:55:55 +0000 (11:25 +0530)] 
[CrowdBunker] Add extractors (#2407)

Closes: #2356
Authored by: Ashish0804

2 years agoFix d14cbdd92d8bbb9deedc77da80085b0280ae52bb
pukkandan [Fri, 21 Jan 2022 02:19:03 +0000 (07:49 +0530)] 
Fix d14cbdd92d8bbb9deedc77da80085b0280ae52bb

2 years ago[extractor] Improve `url_result` and related
pukkandan [Thu, 20 Jan 2022 01:36:42 +0000 (07:06 +0530)] 
[extractor] Improve `url_result` and related

2 years ago[youtube] Enforce UTC (#2402)
coletdjnz [Thu, 20 Jan 2022 15:02:01 +0000 (15:02 +0000)] 
[youtube] Enforce UTC (#2402)

and [utils] use `utcnow` in `datetime_from_str`

Related: #2223
Authored by: coletdjnz

2 years ago[youtube:tab] Extract channel banner (#2400)
coletdjnz [Thu, 20 Jan 2022 14:59:09 +0000 (14:59 +0000)] 
[youtube:tab] Extract channel banner (#2400)

Closes #2237
Authored by: coletdjnz

2 years ago[utils] Add `Sec-Fetch-Mode` to `std_headers`
pukkandan [Thu, 20 Jan 2022 14:51:54 +0000 (20:21 +0530)] 
[utils] Add `Sec-Fetch-Mode` to `std_headers`

Closes #2187

2 years agoRevert d6579d532bed8fa9e316404e6f30df4402f4a632
pukkandan [Thu, 20 Jan 2022 14:30:40 +0000 (20:00 +0530)] 
Revert d6579d532bed8fa9e316404e6f30df4402f4a632

Closes #2396, Reopens #2187

2 years ago[extractor,cleanup] Use `_search_nextjs_data`
pukkandan [Wed, 19 Jan 2022 21:55:15 +0000 (03:25 +0530)] 
[extractor,cleanup] Use `_search_nextjs_data`

2 years ago[TikTok] Extract captions (#2185)
MinePlayersPE [Wed, 19 Jan 2022 22:35:27 +0000 (05:35 +0700)] 
[TikTok] Extract captions (#2185)

Closes #2184
Authored by: MinePlayersPE

2 years ago[iq.com] Add extractors (#2354)
MinePlayersPE [Wed, 19 Jan 2022 22:23:55 +0000 (05:23 +0700)] 
[iq.com] Add extractors (#2354)

Closes #704
Authored by: MinePlayersPE

2 years ago[youtube:tab] Raise error on tab redirect (#2318)
krichbanana [Wed, 19 Jan 2022 21:31:57 +0000 (16:31 -0500)] 
[youtube:tab] Raise error on tab redirect (#2318)

Closes #2306
Authored by: krichbanana, coletdjnz

2 years ago[Theta] Fix valid URL (#2323)
Aleri Kaisattera [Wed, 19 Jan 2022 20:44:13 +0000 (02:44 +0600)] 
[Theta] Fix valid URL (#2323)

Authored by: alerikaisattera

2 years ago[tvopengr] Add extractors (#2297)
Zenon Mousmoulas [Wed, 19 Jan 2022 20:43:02 +0000 (22:43 +0200)] 
[tvopengr] Add extractors (#2297)

Authored by: zmousm

2 years ago[instagram] Fix username extraction for stories and highlights (#2348)
nyuszika7h [Wed, 19 Jan 2022 19:36:40 +0000 (20:36 +0100)] 
[instagram] Fix username extraction for stories and highlights (#2348)

Authored by: nyuszika7h

2 years ago[RTNews] Add extractor (#2377)
Ashish Gupta [Wed, 19 Jan 2022 16:37:32 +0000 (22:07 +0530)] 
[RTNews] Add extractor (#2377)

Closes #2371
Authored by: Ashish0804

2 years ago[Ted] Rewrite extractor (#2359)
trasssh [Wed, 19 Jan 2022 16:04:20 +0000 (00:04 +0800)] 
[Ted] Rewrite extractor (#2359)

Closes #2343
Authored by: pukkandan, trassshhub

2 years ago[CTVNewsIE] Add fallback for video search (#2378)
Ashish Gupta [Wed, 19 Jan 2022 13:48:57 +0000 (19:18 +0530)] 
[CTVNewsIE] Add fallback for video search (#2378)

Closes #2370
Authored by: Ashish0804

2 years ago[TVer] Extract message for unaired live (#2375)
Lesmiscore (Naoya Ozaki) [Wed, 19 Jan 2022 13:47:07 +0000 (22:47 +0900)] 
[TVer] Extract message for unaired live (#2375)

Closes #2365
Authored by: Lesmiscore

2 years ago[mixch] Add `MixchArchiveIE` (#2373)
Lesmiscore (Naoya Ozaki) [Wed, 19 Jan 2022 13:45:35 +0000 (22:45 +0900)] 
[mixch] Add `MixchArchiveIE` (#2373)

Closes #2363
Authored by: Lesmiscore

2 years ago[megatvcom] Add embed test (#2362)
Zenon Mousmoulas [Wed, 19 Jan 2022 13:43:51 +0000 (15:43 +0200)] 
[megatvcom] Add embed test (#2362)

Authored by: zmousm

2 years ago[daftsex] Add extractors (#2379)
k3ns1n [Wed, 19 Jan 2022 13:42:02 +0000 (15:42 +0200)] 
[daftsex] Add extractors (#2379)

Authored by: k3ns1n

2 years ago[youtube] Do not return `upload_date` for playlists
pukkandan [Wed, 19 Jan 2022 13:35:57 +0000 (19:05 +0530)] 
[youtube] Do not return `upload_date` for playlists

Closes #2349
Partially reverts #1018
Re-opens #1883

2 years ago[pbs] de-prioritize AD formats
pukkandan [Wed, 19 Jan 2022 13:30:32 +0000 (19:00 +0530)] 
[pbs] de-prioritize AD formats

Related: #2335

2 years ago[utils] Handle `ss:xxx` in `parse_duration`
pukkandan [Wed, 19 Jan 2022 12:41:27 +0000 (18:11 +0530)] 
[utils] Handle `ss:xxx` in `parse_duration`

Closes #2388

2 years ago[youtube] Make invalid storyboard URL non-fatal
pukkandan [Wed, 19 Jan 2022 12:39:52 +0000 (18:09 +0530)] 
[youtube] Make invalid storyboard URL non-fatal

Closes #2382

2 years ago[youtube] Detect live-stream embeds
pukkandan [Wed, 19 Jan 2022 13:24:17 +0000 (18:54 +0530)] 
[youtube] Detect live-stream embeds

Closes #2380

2 years ago[ThisOldHouseIE] Add support for premium videos (#2358)
Ashish Gupta [Tue, 18 Jan 2022 07:40:55 +0000 (13:10 +0530)] 
[ThisOldHouseIE] Add support for premium videos (#2358)

Authored by: Ashish0804
Closes: #2341
2 years ago[megatvcom] Add extractors (#1980)
Zenon Mousmoulas [Sun, 16 Jan 2022 18:41:31 +0000 (20:41 +0200)] 
[megatvcom] Add extractors (#1980)

Authored by: zmousm

2 years ago[glomex] Minor fixes (#2357)
Zenon Mousmoulas [Sun, 16 Jan 2022 12:38:31 +0000 (14:38 +0200)] 
[glomex] Minor fixes (#2357)

Authored by: zmousm

2 years ago[PokerGo] Add extractors (#2331)
Ashish Gupta [Fri, 14 Jan 2022 12:42:58 +0000 (18:12 +0530)] 
[PokerGo] Add extractors (#2331)

Authored by: Ashish0804
Closes: #2316