This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[extractor/generic] PEP 8
master-ytdl-org
Sergey M․
7 years ago
parent
cbbe66635f
commit
95908ce453
No known key found for this signature in database
GPG Key ID:
2C393E0F18A9236D
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
youtube_dl/extractor/generic.py
+ 0
- 1
youtube_dl/extractor/generic.py
View File
@ -2797,7 +2797,6 @@ class GenericIE(InfoExtractor):
return
self
.
playlist_from_matches
(
mpfn_urls
,
video_id
,
video_title
,
ie
=
MegaphoneIE
.
ie_key
(
)
)
def
merge_dicts
(
dict1
,
dict2
)
:
merged
=
{
}
for
k
,
v
in
dict1
.
items
(
)
:
Write
Preview
Loading…
Cancel
Save