mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-12 05:11:02 +00: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 a new issue