Browse Source

[funimation] Improve _VALID_URL

totalwebcasting
Sergey M․ 9 years ago
parent
commit
9c163950da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/funimation.py

+ 1
- 1
youtube_dl/extractor/funimation.py View File

@ -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…
Cancel
Save