Ability to sort channel videos by oldest and by views

This commit is contained in:
James Taylor
2018-12-17 02:24:55 -08:00
parent 4825337f3b
commit 75b0c52f57
6 changed files with 50 additions and 23 deletions

View File

@@ -325,9 +325,6 @@ def get_watch_page(query_string):
note = html.escape(downloader._format_note(format)),
)
post_comment_url = common.URL_ORIGIN + "/post_comment?v=" + id
post_comment_link = '''<a class="post-comment-link" href="''' + post_comment_url + '''">Post comment</a>'''
page = yt_watch_template.substitute(
video_title = html.escape(info["title"]),