Skip to content

Commit

Permalink
[youtube] Change author to uploader in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Feb 11, 2013
1 parent 0b1d126 commit 9088ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def ytsearch(willie, trigger):
willie.say("Sorry, I couldn't find the video you are looking for")
return
message = '[YT Search] Title: ' +video_info['title']+ \
' | Author: ' +video_info['uploader']+ \
' | Uploader: ' +video_info['uploader']+ \
' | Duration: ' +video_info['length']+ \
' | Uploaded: ' +video_info['uploaded']+ \
' | Views: ' +video_info['views']+ \
Expand Down

0 comments on commit 9088ad0

Please sign in to comment.