mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-24 23:25:54 -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
|
||||
|
||||
|
||||
class Pac12IE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:[a-z]+\.)?pac-12.com/(?:embed/)?(?P<id>.*)'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue