mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-30 19:02:55 +01:00
[funimation] PEP 8
This commit is contained in:
parent
ab4bdc913f
commit
b4c299bad0
@ -10,6 +10,7 @@ from ..utils import (
|
|||||||
)
|
)
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
class FunimationIE(InfoExtractor):
|
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>[^?]+)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user