mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-28 13:11:49 +00:00
regex tweak
This commit is contained in:
parent
4d83c072b1
commit
89ef8b9b99
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class PodchaserIE(InfoExtractor):
|
||||||
_VALID_URL = r'''(?x)
|
_VALID_URL = r'''(?x)
|
||||||
https?://(?:www\.)?podchaser\.com/
|
https?://(?:www\.)?podchaser\.com/
|
||||||
(?:(?:podcasts)|(?:creators))
|
(?:(?:podcasts)|(?:creators))
|
||||||
/[\w\-]+-
|
/[\w-]+-
|
||||||
(?:
|
(?:
|
||||||
(?P<creator_id>[\d]+[\w]+)|(?P<podcast_id>[\d]+))
|
(?P<creator_id>[\d]+[\w]+)|(?P<podcast_id>[\d]+))
|
||||||
(?:/episodes/[\w\-]+-
|
(?:/episodes/[\w\-]+-
|
||||||
|
|
Loading…
Reference in a new issue