Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 88f6a35

Browse files
author
Zirak
committed
I am a retard (#234)
1 parent 75ea9b7 commit 88f6a35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

master.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6907,7 +6907,7 @@ var nulls = [
69076907
'The Lords of YouTube did not find your query favorable' ];
69086908
function youtube ( args, cb ) {
69096909
IO.jsonp.google(
6910-
args.toString() + ' site:youtube.com/user', finishCall );
6910+
args.toString() + ' site:youtube.com/watch', finishCall );
69116911

69126912
function finishCall ( resp ) {
69136913
if ( resp.responseStatus !== 200 ) {

0 commit comments

Comments
 (0)