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
fix youporn extractor's json search regex
totalwebcasting
chaos33
10 years ago
parent
bd3749ed69
commit
e0d0572b73
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/youporn.py
+ 1
- 1
youtube_dl/extractor/youporn.py
View File
@ -47,7 +47,7 @@ class YouPornIE(InfoExtractor):
# Get JSON parameters
json_params
=
self
.
_search_regex
(
r
'
var
currentVideo = new Video
\
((.*)
\
)[,;]
'
,
r
'
var
videoJason = (.*
)[,;]
'
,
webpage
,
'
JSON parameters
'
)
try
:
params
=
json
.
loads
(
json_params
)
Write
Preview
Loading…
Cancel
Save