diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-12-17 02:24:55 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-12-17 02:24:55 -0800 |
commit | 75b0c52f5743f837f7dc676fb780882388820e4d (patch) | |
tree | f2047e26ed8fd69e3830405e9fa8f1c2a0090377 /youtube/watch.py | |
parent | 4825337f3b4ba7064e83f75c12abf44ff30ab6d7 (diff) | |
download | yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.tar.lz yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.tar.xz yt-local-75b0c52f5743f837f7dc676fb780882388820e4d.zip |
Ability to sort channel videos by oldest and by views
Diffstat (limited to 'youtube/watch.py')
-rw-r--r-- | youtube/watch.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/youtube/watch.py b/youtube/watch.py index 5515616..2d10ec1 100644 --- a/youtube/watch.py +++ b/youtube/watch.py @@ -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"]), |