mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-26 21:30:09 +09:00
code style fixes
This commit is contained in:
parent
8c5e9e0213
commit
7f0a28e925
@ -16,6 +16,7 @@ from ..utils import (
|
||||
import json
|
||||
import re
|
||||
|
||||
|
||||
class PatreonIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.)?patreon\.com/(?:creation\?hid=|posts/(?:[\w-]+-)?)(?P<id>\d+)'
|
||||
_TESTS = [{
|
||||
|
Loading…
Reference in New Issue
Block a user