diff options
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"]), |