jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

Uncaught TypeError: Cannot read property 'innerHTML' of undefined at ytdl.user.js:97 #374

Closed islamzeki closed 5 years ago

islamzeki commented 5 years ago

Uncaught TypeError: Cannot read property 'innerHTML' of undefined at ytdl.user.js:97

Screenshot_2

ewwink commented 5 years ago

Youtube UI has changed, Try this

https://github.com/ewwink/YouTube-Downloader/blob/master/ytdl.user.js

if it good I will create pull request.

islamzeki commented 5 years ago

Thank you. There is a small problem in the position. Screenshot

ewwink commented 5 years ago

I forgot to add margin, replace text-decoration: none with text-decoration: none; margin: 7px 5px;

https://github.com/ewwink/YouTube-Downloader/blob/master/ytdl.user.js#L72

jeckman commented 5 years ago

If this is now functional, can you create a pull request @ewwink ?

ewwink commented 5 years ago

Yes it functional, PR created.