aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/_extractors.py
diff options
context:
space:
mode:
authorcoletdev <coletdjnz@protonmail.com>2022-07-22 22:23:54 +0000
committerGitHub <noreply@github.com>2022-07-22 22:23:54 +0000
commit4f08e586553755ab61f64a5ef9b14780d91559a7 (patch)
tree8ef0a4bec91b5c95141f7d674ac2fa955921dbe4 /yt_dlp/extractor/_extractors.py
parentdcbf7394ab805babe508e59c0a65e0f88186ce8e (diff)
downloadhypervideo-pre-4f08e586553755ab61f64a5ef9b14780d91559a7.tar.lz
hypervideo-pre-4f08e586553755ab61f64a5ef9b14780d91559a7.tar.xz
hypervideo-pre-4f08e586553755ab61f64a5ef9b14780d91559a7.zip
[extractor/patreon] Fix and improve extractors (#4398)
* Add workaround for 403s - Fixes https://github.com/yt-dlp/yt-dlp/issues/3631 * Support m3u8 post file videos - Fixes https://github.com/yt-dlp/yt-dlp/issues/2277 * Raise useful error messages - Fixes https://github.com/yt-dlp/yt-dlp/issues/2914 * `--write-comments` support Authored by: coletdjnz, pukkandan
Diffstat (limited to 'yt_dlp/extractor/_extractors.py')
-rw-r--r--yt_dlp/extractor/_extractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/_extractors.py b/yt_dlp/extractor/_extractors.py
index 9a8059c93..7fc716fa8 100644
--- a/yt_dlp/extractor/_extractors.py
+++ b/yt_dlp/extractor/_extractors.py
@@ -1244,7 +1244,7 @@ from .parliamentliveuk import ParliamentLiveUKIE
from .parlview import ParlviewIE
from .patreon import (
PatreonIE,
- PatreonUserIE
+ PatreonCampaignIE
)
from .pbs import PBSIE
from .pearvideo import PearVideoIE