diff --git a/app/routes.py b/app/routes.py index dfc88e0..7a0cd97 100644 --- a/app/routes.py +++ b/app/routes.py @@ -233,7 +233,6 @@ def ytsearch(): }) for c in chnns: - print(c) channels.append({ 'username':c['name'], 'channelId':c['id'], @@ -321,7 +320,6 @@ def watch(): 'id':id, 'averageRating': str((float(data['average_rating'])/5)*100) } - print(video['description']) return render_template("video.html", video=video) def markupString(string): @@ -330,7 +328,6 @@ def markupString(string): string = string.replace("https://youtube.com/", "") string = string.replace("https://www.youtube.com/", "") string = string.replace("https://twitter.com/", "/u/") - print(request.url) return string ## PROXY videos through Yotter server to the client. diff --git a/app/static/img/404.png b/app/static/img/404.png index 0f5921a..a16c26d 100644 Binary files a/app/static/img/404.png and b/app/static/img/404.png differ diff --git a/app/static/img/405.png b/app/static/img/405.png index 9f38ff7..3e2db5f 100644 Binary files a/app/static/img/405.png and b/app/static/img/405.png differ diff --git a/app/static/img/500.png b/app/static/img/500.png index 1f21355..6d0ce94 100644 Binary files a/app/static/img/500.png and b/app/static/img/500.png differ diff --git a/app/static/img/closed.png b/app/static/img/closed.png index e4d4bbc..95e94c8 100644 Binary files a/app/static/img/closed.png and b/app/static/img/closed.png differ diff --git a/app/static/img/empty.png b/app/static/img/empty.png index e163482..ec38d03 100644 Binary files a/app/static/img/empty.png and b/app/static/img/empty.png differ