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
[youtube:search] Fix search query (
Closes
#5988
)
totalwebcasting
Sergey M․
10 years ago
parent
8117df4cd9
commit
02175a7986
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/youtube.py
+ 1
- 1
youtube_dl/extractor/youtube.py
View File
@ -1504,7 +1504,7 @@ class YoutubeSearchIE(SearchInfoExtractor, YoutubePlaylistIE):
for
pagenum
in
itertools
.
count
(
1
)
:
url_query
=
{
'
search_query
'
:
query
,
'
search_query
'
:
query
.
encode
(
'
utf-8
'
)
,
'
page
'
:
pagenum
,
'
spf
'
:
'
navigate
'
,
}
Write
Preview
Loading…
Cancel
Save