1
0
Fork 0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2024-12-22 15:57:23 +00:00

[funimation] PEP 8

This commit is contained in:
Sergey M? 2015-12-11 21:11:45 +06:00 committed by Sergey M․
parent ab4bdc913f
commit b4c299bad0

View file

@ -10,6 +10,7 @@ from ..utils import (
)
import re
class FunimationIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?funimation\.com/shows/.+[^ ]/videos/official/(?P<id>[^?]+)'