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
[wrzuta] Add age limit
totalwebcasting
Sergey M․
11 years ago
parent
e8ef659cd9
commit
a7207cd580
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/extractor/wrzuta.py
+ 1
- 0
youtube_dl/extractor/wrzuta.py
View File
@ -77,4 +77,5 @@ class WrzutaIE(InfoExtractor):
'
duration
'
:
int_or_none
(
embedpage
[
'
duration
'
]
)
,
'
uploader_id
'
:
uploader
,
'
description
'
:
self
.
_og_search_description
(
webpage
)
,
'
age_limit
'
:
embedpage
.
get
(
'
minimalAge
'
,
0
)
,
}
Write
Preview
Loading…
Cancel
Save