mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
parent
ff51ed588f
commit
9941a1e127
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def _real_extract(self, url):
|
|||
|
||||
class PatreonUserIE(InfoExtractor):
|
||||
|
||||
_VALID_URL = r'https?://(?:www\.)?patreon\.com/(?P<id>[-_\w\d]+)/?(?:posts/?)?'
|
||||
_VALID_URL = r'https?://(?:www\.)?patreon\.com/(?!rss)(?P<id>[-\w]+)'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'https://www.patreon.com/dissonancepod/',
|
||||
|
|
Loading…
Reference in a new issue