youtube-ass icon indicating copy to clipboard operation
youtube-ass copied to clipboard

The hardcoded URL is now 404

Open CamiloMM opened this issue 9 years ago • 1 comments

This line:

url = "http://youtube.com/annotations/read2?feat=TCS&video_id=" + video_id

Should be changed to:

url = "https://www.youtube.com/annotations_invideo?video_id=" + video_id

CamiloMM avatar May 03 '15 17:05 CamiloMM

+1 I've just modified the file on my local copy, but it's kinda awkward that we all have to do that.

gwemmie avatar Jun 15 '16 23:06 gwemmie