mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-01 23:25:14 +00:00
[funimation] PEP 8
This commit is contained in:
@@ -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>[^?]+)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user