|
|
@ -48,9 +48,9 @@ class ACastIE(ACastBaseIE):
|
|
|
|
_VALID_URL = r'''(?x)
|
|
|
|
_VALID_URL = r'''(?x)
|
|
|
|
https?://
|
|
|
|
https?://
|
|
|
|
(?:
|
|
|
|
(?:
|
|
|
|
(?:(?:embed|www|shows)\.)?acast\.com/|
|
|
|
|
(?:(?:(?P<embed>embed)|www|shows)\.)?acast\.com|
|
|
|
|
play\.acast\.com/s/
|
|
|
|
play\.acast\.com/s
|
|
|
|
)
|
|
|
|
)/(?(embed)(?:$/)?)
|
|
|
|
(?P<channel>[^/]+)/(?P<id>[^/#?]+)
|
|
|
|
(?P<channel>[^/]+)/(?P<id>[^/#?]+)
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
_TESTS = [{
|
|
|
|
_TESTS = [{
|
|
|
@ -96,7 +96,7 @@ class ACastChannelIE(ACastBaseIE):
|
|
|
|
_VALID_URL = r'''(?x)
|
|
|
|
_VALID_URL = r'''(?x)
|
|
|
|
https?://
|
|
|
|
https?://
|
|
|
|
(?:
|
|
|
|
(?:
|
|
|
|
(?:www|shows\.)?acast\.com/|
|
|
|
|
(?:(?:www|shows)\.)?acast\.com/|
|
|
|
|
play\.acast\.com/s/
|
|
|
|
play\.acast\.com/s/
|
|
|
|
)
|
|
|
|
)
|
|
|
|
(?P<id>[^/#?]+)
|
|
|
|
(?P<id>[^/#?]+)
|
|
|
|