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
[amcnetworks] fix typo
totalwebcasting
Remita Amine
8 years ago
parent
11f502fac1
commit
2cabee2a7d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/amcnetworks.py
+ 1
- 1
youtube_dl/extractor/amcnetworks.py
View File
@ -66,7 +66,7 @@ class AMCNetworksIE(ThePlatformIE):
self
.
_sort_formats
(
formats
)
info
.
update
(
{
'
id
'
:
video_id
,
'
subtiles
'
:
subtitles
,
'
subti
t
les
'
:
subtitles
,
'
formats
'
:
formats
,
'
age_limit
'
:
parse_age_limit
(
parse_age_limit
(
rating
)
)
,
}
)
Write
Preview
Loading…
Cancel
Save