mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-09 20:39:28 +01:00
[funimation] Improve _VALID_URL
This commit is contained in:
parent
d357bbd375
commit
9c163950da
@ -16,7 +16,7 @@ from ..utils import (
|
||||
|
||||
|
||||
class FunimationIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?funimation\.com/shows/[^/]+/videos/official/(?P<id>[^?]+)'
|
||||
_VALID_URL = r'https?://(?:www\.)?funimation\.com/shows/[^/]+/videos/official/(?P<id>[^/?#&]+)'
|
||||
|
||||
_TEST = {
|
||||
'url': 'http://www.funimation.com/shows/air/videos/official/breeze',
|
||||
|
Loading…
Reference in New Issue
Block a user