Remove rickroll

This commit is contained in:
jesopo 2018-05-02 07:20:52 +01:00
parent dcd0c0a542
commit 11ddb1fca5

View file

@ -64,8 +64,7 @@ class Module(object):
) if match.group(3) else "00" ) if match.group(3) else "00"
return "%s (%s) uploaded by %s, %s views%s %s" % ( return "%s (%s) uploaded by %s, %s views%s %s" % (
video_title, video_duration, video_uploader, "{:,}".format( video_title, video_duration, video_uploader, "{:,}".format(
int(video_views)), video_opinions, #URL_YOUTUBESHORT % video_id int(video_views)), video_opinions, URL_YOUTUBESHORT % video_id)
"https://youtu.be/dQw4w9WgXcQ")
def yt(self, event): def yt(self, event):
video_id = None video_id = None