mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 14:07:05 +01:00
[bigflix] Use correct indentation to make flake8 happy
This commit is contained in:
parent
2334762b03
commit
7e8a800f29
@ -53,7 +53,7 @@ def decode_url(quoted_b64_url):
|
|||||||
|
|
||||||
formats = []
|
formats = []
|
||||||
for height, encoded_url in re.findall(
|
for height, encoded_url in re.findall(
|
||||||
r'ContentURL_(\d{3,4})[pP][^=]+=([^&]+)', webpage):
|
r'ContentURL_(\d{3,4})[pP][^=]+=([^&]+)', webpage):
|
||||||
video_url = decode_url(encoded_url)
|
video_url = decode_url(encoded_url)
|
||||||
f = {
|
f = {
|
||||||
'url': video_url,
|
'url': video_url,
|
||||||
|
Loading…
Reference in New Issue
Block a user