Skip to content

Commit

Permalink
fixed search issue on youtube list page.
Browse files Browse the repository at this point in the history
  • Loading branch information
netptop committed Apr 26, 2020
1 parent 932753f commit b7417e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ const siteSpecificReplace = {
'www.youtube.com': {
'"/(results.search_query=)': `"/https/m.youtube.com/$1`,
'"./(results.search_query=)': `"\\/https\\/www.youtube.com\\/$1`,
// 'PLAYER_JS_URL":"': `PLAYER_JS_URL":"\\/https\\/www.youtube.com`,
// 'PLAYER_CSS_URL":"': `PLAYER_CSS_URL":"\\/https\\/www.youtube.com`,
// '(action=.")/results': `$1/https/www.youtube.com/results`,
'PLAYER_JS_URL":"': `PLAYER_JS_URL":"\\/https\\/www.youtube.com`,
'PLAYER_CSS_URL":"': `PLAYER_CSS_URL":"\\/https\\/www.youtube.com`,
'(action=.")/results': `$1/https/www.youtube.com/results`,
// '"/channel': `"/https/www.youtube.com/channel`,
'"(./channel)': `"\\/https\\/www.youtube.com$1`,
},
Expand Down

0 comments on commit b7417e3

Please sign in to comment.