woefe / ytcc

Command line tool to keep track of your favorite playlists on YouTube and many other places.
GNU General Public License v3.0
180 stars 20 forks source link

Fix searching for og:site_name #28

Closed VShell closed 4 years ago

VShell commented 4 years ago

Youtube's individual video pages (the watch?v= pages) are somewhat malformed, and have the og:site_name meta tag somewhere in the body, so we need to search for them anywhere in the page when adding a channel from one of these URLs.

woefe commented 4 years ago

Thanks! The failing checks are unrelated. I'll merge it and tag a new release.