]> jfr.im git - yt-dlp.git/log
yt-dlp.git
2 years agoRelease 2022.06.29
pukkandan [Wed, 29 Jun 2022 01:24:41 +0000 (06:54 +0530)] 
Release 2022.06.29

2 years ago[cleanup] Misc cleanup
pukkandan [Tue, 28 Jun 2022 05:10:54 +0000 (10:40 +0530)] 
[cleanup] Misc cleanup

2 years ago[extractor] Fix empty `BaseURL` in MPD
pukkandan [Wed, 29 Jun 2022 00:37:21 +0000 (06:07 +0530)] 
[extractor] Fix empty `BaseURL` in MPD

Closes #4113

2 years ago[update] Ability to set a maximum version for specific variants
pukkandan [Wed, 29 Jun 2022 01:13:24 +0000 (06:43 +0530)] 
[update] Ability to set a maximum version for specific variants

2 years ago[build] Draft release until complete
pukkandan [Wed, 29 Jun 2022 00:08:18 +0000 (05:38 +0530)] 
[build] Draft release until complete

Related: #4133

:ci skip

2 years ago[extractor/livestreamfails] Add extractor (#4204)
nomevi [Wed, 29 Jun 2022 00:11:38 +0000 (00:11 +0000)] 
[extractor/livestreamfails] Add extractor (#4204)

Authored by: nomevi

2 years agoFix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219)
Stefan Lobbenmeier [Wed, 29 Jun 2022 00:09:32 +0000 (17:09 -0700)] 
Fix bug in 6d916fe709a38e8c4c69b73843acf170b5165931 (#4219)

Update only to legacy version on old MacOS

Authored by: StefanLobbenmeier

2 years ago[extractor/ViMP] Add playlist extractor (#4147)
FestplattenSchnitzel [Wed, 29 Jun 2022 00:06:25 +0000 (02:06 +0200)] 
[extractor/ViMP] Add playlist extractor (#4147)

Authored by: FestplattenSchnitzel

2 years ago[extractor/steam] Add broadcast extractor (#4137)
HobbyistDev [Tue, 28 Jun 2022 12:51:18 +0000 (21:51 +0900)] 
[extractor/steam] Add broadcast extractor (#4137)

Closes #4083

Authored by: HobbyistDev

2 years ago[build] Standalone x64 builds for MacOS 10.9 (#4106)
Stefan Lobbenmeier [Tue, 28 Jun 2022 12:36:30 +0000 (14:36 +0200)] 
[build] Standalone x64 builds for MacOS 10.9 (#4106)

Authored by: StefanLobbenmeier

2 years ago[extractor/Scrolller] Add extractor (#4010)
Abubukker Chaudhary [Tue, 28 Jun 2022 12:10:43 +0000 (08:10 -0400)] 
[extractor/Scrolller] Add extractor (#4010)

Closes #3635
Authored by: LunarFang416

2 years ago[cleanup] Fix some typos (#4194)
crazymoose77756 [Mon, 27 Jun 2022 00:50:06 +0000 (20:50 -0400)] 
[cleanup] Fix some typos (#4194)

Authored by: crazymoose77756

2 years ago[exractor/lbry] Use HEAD request for redirect URL (#4181)
MMM [Mon, 27 Jun 2022 00:33:31 +0000 (02:33 +0200)] 
[exractor/lbry] Use HEAD request for redirect URL (#4181)

and misc cleanup

Authored by: flashdagger

2 years ago[extractor/mediaset] Improve `_VALID_URL`
pukkandan [Sun, 26 Jun 2022 13:19:34 +0000 (18:49 +0530)] 
[extractor/mediaset] Improve `_VALID_URL`

Fixes https://github.com/yt-dlp/yt-dlp/issues/4141#issuecomment-1166521057

2 years ago[extractor/ertflix] Improve `_VALID_URL`
pukkandan [Sun, 26 Jun 2022 11:58:50 +0000 (17:28 +0530)] 
[extractor/ertflix] Improve `_VALID_URL`

Closes #4180

2 years ago[extractor/CWTV] Extract thumbnail (#4185)
ischmidt20 [Sun, 26 Jun 2022 00:37:36 +0000 (20:37 -0400)] 
[extractor/CWTV] Extract thumbnail (#4185)

Authored by: ischmidt20

2 years agoSanitize `chapters`
pukkandan [Sat, 25 Jun 2022 23:19:26 +0000 (04:49 +0530)] 
Sanitize `chapters`

Closes #4182

2 years ago[hls] Warn user when trying to download live HLS
pukkandan [Sat, 25 Jun 2022 22:40:04 +0000 (04:10 +0530)] 
[hls] Warn user when trying to download live HLS

We do not automatically switch to ffmpeg because the detection is not 100% accurate

2 years ago[extractor/premiershiprugby] Add extractor (#4129)
HobbyistDev [Sat, 25 Jun 2022 14:43:32 +0000 (23:43 +0900)] 
[extractor/premiershiprugby] Add extractor (#4129)

Closes #2980
Authored by: HobbyistDev

2 years ago[extractor] Fix `_create_request` when headers is None
pukkandan [Sat, 25 Jun 2022 14:11:22 +0000 (19:41 +0530)] 
[extractor] Fix `_create_request` when headers is None

Closes #4164

2 years ago[extractor/ViMP] Add thumbnail and support more sites (#4147)
FestplattenSchnitzel [Wed, 15 Jun 2022 22:39:47 +0000 (00:39 +0200)] 
[extractor/ViMP] Add thumbnail and support more sites (#4147)

Authored by: FestplattenSchnitzel

2 years ago[extractor/fuyin] Add extractor (#4151)
HobbyistDev [Sat, 25 Jun 2022 13:14:58 +0000 (22:14 +0900)] 
[extractor/fuyin] Add extractor (#4151)

Closes #2871

Authored by: HobbyistDev

2 years ago[options] Fix `parse_known_args` for `--`
pukkandan [Sat, 25 Jun 2022 03:08:52 +0000 (08:38 +0530)] 
[options] Fix `parse_known_args` for `--`

Closes #4167

2 years ago[compat] Remove deprecated functions from core code
pukkandan [Fri, 24 Jun 2022 10:54:43 +0000 (16:24 +0530)] 
[compat] Remove deprecated functions from core code

2 years ago[cleanup] Consistent style for file heads
pukkandan [Fri, 24 Jun 2022 11:06:16 +0000 (16:36 +0530)] 
[cleanup] Consistent style for file heads

2 years ago[compat] Remove more functions
pukkandan [Fri, 24 Jun 2022 08:10:17 +0000 (13:40 +0530)] 
[compat] Remove more functions

Removing any more will require changes to a large number of extractors

2 years ago[compat] Fix `compat.WINDOWS_VT_MODE`
pukkandan [Fri, 24 Jun 2022 10:10:13 +0000 (15:40 +0530)] 
[compat] Fix `compat.WINDOWS_VT_MODE`

2 years agoFix `section_end` of clips
pukkandan [Fri, 24 Jun 2022 18:37:49 +0000 (00:07 +0530)] 
Fix `section_end` of clips

Closes #4165

2 years ago[utils] Fix inconsistent default handling between HTTP and HTTPS requests (#4158)
coletdev [Fri, 24 Jun 2022 03:29:28 +0000 (03:29 +0000)] 
[utils] Fix inconsistent default handling between HTTP and HTTPS requests (#4158)

Default headers such as `Content-Type` were only being added for HTTPS requests among other handling.

Fixes bug in https://github.com/ytdl-org/youtube-dl/commit/be4a824d74add1a3b78b8244dff12f4f078f168a

Authored-by: coletdjnz
2 years ago[extractor/youtube] Mark videos as fully watched (#4146)
Brett824 [Thu, 23 Jun 2022 23:30:17 +0000 (19:30 -0400)] 
[extractor/youtube] Mark videos as fully watched (#4146)

* Also fixes videos appearing as shorts in watch history

Closes #2555
Authored by: Brett824

2 years ago[extractor/dropout] Support cookies and login only as needed (#4075)
Jelle Besseling [Thu, 23 Jun 2022 23:21:03 +0000 (01:21 +0200)] 
[extractor/dropout] Support cookies and login only as needed (#4075)

Closes #4035
Authored by: pingiun, pukkandan

2 years ago[extractor, cleanup] Reduce direct use of `_downloader`
pukkandan [Thu, 23 Jun 2022 04:14:22 +0000 (09:44 +0530)] 
[extractor, cleanup] Reduce direct use of `_downloader`

2 years ago[ffmpeg] Write full output to debug on error
pukkandan [Thu, 23 Jun 2022 02:43:15 +0000 (08:13 +0530)] 
[ffmpeg] Write full output to debug on error

Bug in f0c9fb96827ff798a48626e7e5d32a9c5de7b97e

2 years ago[extractor/tennistv] Rewrite extractor (#2324)
zenerdi0de [Thu, 23 Jun 2022 02:01:34 +0000 (07:31 +0530)] 
[extractor/tennistv] Rewrite extractor (#2324)

Closes #2177
Authored by: zenerdi0de, pukkandan

2 years ago[extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differently
pukkandan [Wed, 22 Jun 2022 20:12:39 +0000 (01:42 +0530)] 
[extractor/npr] Implement e50c3500b43d80e4492569c4b4523c4379c6fbb2 differently

Closes #4141

2 years agoFix `--downloader native`
pukkandan [Wed, 22 Jun 2022 13:44:04 +0000 (19:14 +0530)] 
Fix `--downloader native`

Bug in 7b2c3f47c6b586a208655fcfc716bba3f8619d1e

2 years agoFix playlist error handling
pukkandan [Wed, 22 Jun 2022 03:09:14 +0000 (08:39 +0530)] 
Fix playlist error handling

Bug in 7e88d7d78f452ea69f06bbdf23f82e9ad7c3de5e

2 years ago[build] Fix release tag commit
pukkandan [Wed, 22 Jun 2022 02:20:46 +0000 (07:50 +0530)] 
[build] Fix release tag commit

bug in b5899f4f19116bb4d98907413fa3fb84a952ef13

2 years ago[version] update 2022.06.22.1
github-actions [Wed, 22 Jun 2022 01:14:25 +0000 (01:14 +0000)] 
[version] update

Created by: pukkandan

:ci skip all :ci run dl

2 years agoRelease 2022.06.22.1
pukkandan [Wed, 22 Jun 2022 01:10:34 +0000 (06:40 +0530)] 
Release 2022.06.22.1

2 years ago[build] Fix updating homebrew formula
pukkandan [Wed, 22 Jun 2022 01:13:06 +0000 (06:43 +0530)] 
[build] Fix updating homebrew formula

bug in b5899f4f19116bb4d98907413fa3fb84a952ef13

2 years ago[version] update
github-actions [Wed, 22 Jun 2022 00:58:00 +0000 (00:58 +0000)] 
[version] update

Created by: pukkandan

:ci skip all :ci run dl

2 years agoRelease 2022.06.22 2022.06.22
pukkandan [Tue, 21 Jun 2022 23:59:28 +0000 (05:29 +0530)] 
Release 2022.06.22

2 years agoAdd deprecation warning for Py3.6
pukkandan [Wed, 22 Jun 2022 00:50:40 +0000 (06:20 +0530)] 
Add deprecation warning for Py3.6

See: https://github.com/yt-dlp/yt-dlp/issues/3764

2 years ago[cleanup] Misc fixes
pukkandan [Tue, 21 Jun 2022 22:17:41 +0000 (03:47 +0530)] 
[cleanup] Misc fixes

2 years ago[youtube:clips] Support downloading clips
pukkandan [Tue, 21 Jun 2022 21:15:05 +0000 (02:45 +0530)] 
[youtube:clips] Support downloading clips

Closes #2543

2 years agoAllow extractors to specify section_start/end for clips
pukkandan [Tue, 21 Jun 2022 21:02:14 +0000 (02:32 +0530)] 
Allow extractors to specify section_start/end for clips

2 years ago[jsinterp] Some optimizations and refactoring
pukkandan [Tue, 21 Jun 2022 16:16:35 +0000 (21:46 +0530)] 
[jsinterp] Some optimizations and refactoring

Motivated by: https://github.com/ytdl-org/youtube-dl/issues/30641#issuecomment-1041904912

Authored by: dirkf, pukkandan

2 years ago[build] Add Linux standalone builds
pukkandan [Sat, 21 May 2022 19:49:49 +0000 (01:19 +0530)] 
[build] Add Linux standalone builds

2 years ago[update] Self-restart after update
pukkandan [Tue, 21 Jun 2022 11:18:32 +0000 (16:48 +0530)] 
[update] Self-restart after update

2 years ago[update] Expose more functionality to API
pukkandan [Tue, 21 Jun 2022 11:32:56 +0000 (17:02 +0530)] 
[update] Expose more functionality to API

2 years ago[test] Fix `FakeYDL` signatures
pukkandan [Tue, 21 Jun 2022 07:21:46 +0000 (12:51 +0530)] 
[test] Fix `FakeYDL` signatures

Authored by: coletdjnz

2 years ago[f4m] Bugfix
pukkandan [Tue, 21 Jun 2022 07:21:36 +0000 (12:51 +0530)] 
[f4m] Bugfix

2 years ago[extractor/mediaset] Improve `_VALID_URL`
pukkandan [Tue, 21 Jun 2022 06:40:04 +0000 (12:10 +0530)] 
[extractor/mediaset] Improve `_VALID_URL`

2 years ago[extractor/kicker.de] Add extractor (#4073)
HobbyistDev [Tue, 21 Jun 2022 07:30:43 +0000 (16:30 +0900)] 
[extractor/kicker.de] Add extractor (#4073)

Closes #3670
Authored by: HobbyistDev

2 years ago[extractor/BiliIntl] Fix subtitle extraction
pukkandan [Mon, 20 Jun 2022 08:38:32 +0000 (14:08 +0530)] 
[extractor/BiliIntl] Fix subtitle extraction

Closes #3123

Authored by: HobbyistDev

2 years ago[utils] `ExtractorError`: Fix `exc_info`
pukkandan [Mon, 20 Jun 2022 07:00:02 +0000 (12:30 +0530)] 
[utils] `ExtractorError`: Fix `exc_info`

2 years agoBugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e
pukkandan [Mon, 20 Jun 2022 06:25:54 +0000 (11:55 +0530)] 
Bugfix for 7b2c3f47c6b586a208655fcfc716bba3f8619d1e

2 years agoUpdate to ytdl-commit-8a158a9
pukkandan [Mon, 20 Jun 2022 04:44:12 +0000 (10:14 +0530)] 
Update to ytdl-commit-8a158a9

[NHK] Use new API URL
https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a

Closes #2337, Closes #4063

2 years ago[cleanup] Misc
pukkandan [Mon, 20 Jun 2022 06:14:55 +0000 (11:44 +0530)] 
[cleanup] Misc

2 years ago[docs] Improvements
pukkandan [Mon, 20 Jun 2022 05:18:29 +0000 (10:48 +0530)] 
[docs] Improvements

2 years ago[DailyWire] Add extractors (#4084)
HobbyistDev [Mon, 20 Jun 2022 03:50:45 +0000 (12:50 +0900)] 
[DailyWire] Add extractors (#4084)

Closes #3139
Authored by: HobbyistDev, pukkandan

2 years ago[WatchESPN] Support free videos and BAM_DTC (#4118)
ischmidt20 [Mon, 20 Jun 2022 03:06:37 +0000 (23:06 -0400)] 
[WatchESPN] Support free videos and BAM_DTC (#4118)

Authored by: ischmidt20

2 years ago[extractor/BiliIntl] Fix metadata extraction
pukkandan [Sun, 19 Jun 2022 21:33:19 +0000 (03:03 +0530)] 
[extractor/BiliIntl] Fix metadata extraction

Closes #4116

2 years ago[extractor/foxnews] Update embed extraction (#4043)
Elyse [Sun, 19 Jun 2022 13:13:47 +0000 (08:13 -0500)] 
[extractor/foxnews] Update embed extraction (#4043)

Authored by: elyse0

2 years ago[extractor/ixigua] Add Extractor (#3953)
HobbyistDev [Sun, 19 Jun 2022 03:48:50 +0000 (12:48 +0900)] 
[extractor/ixigua] Add Extractor (#3953)

Closes #2840
Authored by: HobbyistDev

2 years ago[extractor/radiofrance] Add more radios (#4065)
bubbleguuum [Sun, 19 Jun 2022 01:36:14 +0000 (03:36 +0200)] 
[extractor/radiofrance] Add more radios (#4065)

Closes #4087
Authored by: bubbleguuum

2 years ago[extractor/dropbox] Extract the correct `mountComponent`
pukkandan [Sun, 19 Jun 2022 01:15:35 +0000 (06:45 +0530)] 
[extractor/dropbox] Extract the correct `mountComponent`

2 years ago[extractor] Add `default` parameter to `_search_json` (#4057)
coletdev [Sun, 19 Jun 2022 00:55:18 +0000 (00:55 +0000)] 
[extractor] Add `default` parameter to `_search_json` (#4057)

Authored by: pukkandan, coletdjnz

2 years ago[extractor/lbry] Update livestream API (#4042)
MMM [Sun, 19 Jun 2022 00:10:22 +0000 (02:10 +0200)] 
[extractor/lbry] Update livestream API (#4042)

Authored by: flashdagger

2 years ago[extractor/substack] Add extractor (#4011)
Elyse [Sun, 19 Jun 2022 00:08:53 +0000 (19:08 -0500)] 
[extractor/substack] Add extractor (#4011)

Closes #3722
Authored by: elyse0

2 years ago[extractor/MirrorCoUK] Add extractor (#3999)
Abubukker Chaudhary [Sat, 18 Jun 2022 23:59:57 +0000 (19:59 -0400)] 
[extractor/MirrorCoUK] Add extractor (#3999)

Authored by: LunarFang416, pukkandan

2 years ago[extractor/netverse] Add extractors (#3854)
HobbyistDev [Sat, 18 Jun 2022 23:17:08 +0000 (04:47 +0530)] 
[extractor/netverse] Add extractors (#3854)

Authored by: HobbyistDev, pukkandan

2 years ago[exctractor/digitalconcerthall] Fix extractor (#4105)
Zhymabek Roman [Sat, 18 Jun 2022 17:57:20 +0000 (23:57 +0600)] 
[exctractor/digitalconcerthall] Fix extractor (#4105)

Authored by: ZhymabekRoman

2 years ago[extractor/pornhub] Extract `uploader_id` field (#4104)
Lesmiscore [Sat, 18 Jun 2022 15:06:12 +0000 (00:06 +0900)] 
[extractor/pornhub] Extract `uploader_id` field (#4104)

Authored by: Lesmiscore

2 years agoImprove error handling of bad config files
pukkandan [Sat, 18 Jun 2022 03:47:45 +0000 (09:17 +0530)] 
Improve error handling of bad config files

Related: #824

2 years ago[cleanup] Deprecate `YoutubeDL.parse_outtmpl`
pukkandan [Sat, 18 Jun 2022 02:55:57 +0000 (08:25 +0530)] 
[cleanup] Deprecate `YoutubeDL.parse_outtmpl`

2 years ago[cleanup, utils] Don't use kwargs for `format_field`
pukkandan [Sat, 18 Jun 2022 02:00:12 +0000 (07:30 +0530)] 
[cleanup, utils] Don't use kwargs for `format_field`

2 years ago[cleanup] Minor fixes (#4096)
christoph-heinrich [Sat, 18 Jun 2022 01:57:22 +0000 (03:57 +0200)] 
[cleanup] Minor fixes (#4096)

Authored by: christoph-heinrich

2 years agoAdd option `--lazy-playlist` to process entries as they are received
pukkandan [Fri, 17 Jun 2022 08:05:04 +0000 (13:35 +0530)] 
Add option `--lazy-playlist` to process entries as they are received

2 years ago[youtube] Extract `comment_count` from webpage
pukkandan [Fri, 17 Jun 2022 06:30:55 +0000 (12:00 +0530)] 
[youtube] Extract `comment_count` from webpage

Closes #4091

2 years ago[extractor/tiktok] Extract `SIGI_STATE`
pukkandan [Fri, 17 Jun 2022 05:51:53 +0000 (11:21 +0530)] 
[extractor/tiktok] Extract `SIGI_STATE`

Based on #3624, https://github.com/ytdl-org/youtube-dl/pull/30479

Closes #3551

Authored by dirkf, sulyi, pukkandan

2 years agoAdd slicing notation to `--playlist-items`
pukkandan [Fri, 17 Jun 2022 04:48:21 +0000 (10:18 +0530)] 
Add slicing notation to `--playlist-items`

* Adds support for negative indices and step
* Add `-I` as alias for `--playlist-index`
* Deprecates `--playlist-start`, `--playlist-end`, `--playlist-reverse`, `--no-playlist-reverse`

Closes #2951, Closes #2853

2 years ago[utils] `Popen`: Refactor to use contextmanager
pukkandan [Wed, 15 Jun 2022 20:55:43 +0000 (02:25 +0530)] 
[utils] `Popen`: Refactor to use contextmanager

Fixes https://github.com/yt-dlp/yt-dlp/issues/3531#issuecomment-1156223597

2 years ago[extractor] Import `_ALL_CLASSES` lazily
pukkandan [Wed, 15 Jun 2022 12:30:34 +0000 (18:00 +0530)] 
[extractor] Import `_ALL_CLASSES` lazily

This significantly speeds up `import yt_dlp` in the absence of `lazy_extractors`

2 years ago[cleanup, extractor] Rename `extractors.py` to `_extractors.py`
pukkandan [Wed, 15 Jun 2022 12:29:35 +0000 (17:59 +0530)] 
[cleanup, extractor] Rename `extractors.py` to `_extractors.py`

This should be considered part of the next commit,
but is separated so that `git` can detect the renaming better

2 years ago[extractor/GoogleDrive] Add folder extractor (#4009)
Evan Spensley [Tue, 14 Jun 2022 13:33:29 +0000 (09:33 -0400)] 
[extractor/GoogleDrive] Add folder extractor (#4009)

Closes #3388
Authored by: evansp, pukkandan

2 years ago[utils] `locked_file`: Fix for PyPy on Windows
pukkandan [Mon, 13 Jun 2022 11:57:31 +0000 (17:27 +0530)] 
[utils] `locked_file`: Fix for PyPy on Windows

2 years agoFix bug in 56ba69e4c991e81a449882258be08d0b6b98c648
pukkandan [Mon, 13 Jun 2022 13:46:06 +0000 (19:16 +0530)] 
Fix bug in 56ba69e4c991e81a449882258be08d0b6b98c648

2 years agoAdd `--no-update`
pukkandan [Mon, 13 Jun 2022 13:45:54 +0000 (19:15 +0530)] 
Add `--no-update`

Closes #4060

2 years ago[extractor/zdf] Fix bug in 62b2b736e741095d9136c423f37c588fca267d61
pukkandan [Mon, 13 Jun 2022 13:43:59 +0000 (19:13 +0530)] 
[extractor/zdf] Fix bug in 62b2b736e741095d9136c423f37c588fca267d61

Closes #4061

2 years ago[extractor] Handle `json_ld` with multiple `@type`s
pukkandan [Mon, 13 Jun 2022 13:09:58 +0000 (18:39 +0530)] 
[extractor] Handle `json_ld` with multiple `@type`s

Closes: #4022
2 years ago[extractor/rumble] Detect JS embed
pukkandan [Mon, 13 Jun 2022 13:37:56 +0000 (19:07 +0530)] 
[extractor/rumble] Detect JS embed

Closes #4064

2 years ago[extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d
pukkandan [Mon, 13 Jun 2022 13:08:12 +0000 (18:38 +0530)] 
[extractor/generic] Revert e6ae51c123897927eb3c9899923d8ffd31c7f85d

85553414ae3007fe866b307b3befd3b9d2423679 made it unnecessary

2 years ago[extractor/youtube] Fix live chat for videos with content warning
coletdjnz [Sun, 12 Jun 2022 05:56:50 +0000 (17:56 +1200)] 
[extractor/youtube] Fix live chat for videos with content warning

Fixes #4051
Authored by: coletdjnz

2 years ago[extractor/tver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7
Lesmiscore [Sun, 12 Jun 2022 03:06:00 +0000 (12:06 +0900)] 
[extractor/tver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7

This corrects a mistake in 64fa820ccf61a7aea6c2a48b1362b3a4ec270cad
Authored by: Lesmiscore
Closes #4054

2 years ago[extractor/jwplatform] Look for `data-video-jw-id`
pukkandan [Sat, 11 Jun 2022 21:55:55 +0000 (03:25 +0530)] 
[extractor/jwplatform] Look for `data-video-jw-id`

Closes #3821

2 years ago[cleanup] Misc fixes (see desc)
pukkandan [Wed, 25 May 2022 12:23:46 +0000 (17:53 +0530)] 
[cleanup] Misc fixes (see desc)

* [tvver] Fix bug in 6837633a4a614920b6e43ffc6b4b8590dca8c9d7 - Closes #4054
* [rumble] Fix tests - Closes #3976
* [make] Remove `cat` abuse - Closes #3989
* [make] Revert #3684 - Closes #3814
* [utils] Improve `get_elements_by_class` - Closes #3993
* [utils] Inherit `Namespace` from `types.SimpleNamespace`
* [utils] Use `re.fullmatch` for matching filters
* [jsinterp] Handle quotes in `_separate`
* [make_readme] Allow overshooting last line

Authored by: pukkandan, kwconder, MrRawes, Lesmiscore

2 years ago[cleanup] Misc fixes
pukkandan [Fri, 10 Jun 2022 19:03:54 +0000 (00:33 +0530)] 
[cleanup] Misc fixes

Closes #4027

2 years ago[extractor/FranceCulture] Fix extractor (#3874)
AurĂ©lien Grosdidier [Fri, 10 Jun 2022 23:22:34 +0000 (01:22 +0200)] 
[extractor/FranceCulture] Fix extractor (#3874)

Closes #3742
Authored by: aurelg, pukkandan