mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-25 07:35:55 -07:00
flake8 cleanup
This commit is contained in:
parent
fb35bd50b0
commit
d900bd96b4
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
|
|
||||||
|
|
||||||
class Pac12IE(InfoExtractor):
|
class Pac12IE(InfoExtractor):
|
||||||
_VALID_URL = r'https?://(?:[a-z]+\.)?pac-12.com/(?:embed/)?(?P<id>.*)'
|
_VALID_URL = r'https?://(?:[a-z]+\.)?pac-12.com/(?:embed/)?(?P<id>.*)'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue