mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-01 19:18:25 -04:00
PEP8 applied
This commit is contained in:
@@ -5,6 +5,7 @@ import re
|
||||
|
||||
from .common import InfoExtractor
|
||||
|
||||
|
||||
class AdultSwimIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://video\.adultswim\.com/(?P<path>.+?)(?:\.html)?(?:\?.*)?(?:#.*)?$'
|
||||
_TEST = {
|
||||
|
||||
Reference in New Issue
Block a user