user234683 / youtube-local

browser-based client for watching Youtube anonymously and with greater page performance
GNU Affero General Public License v3.0
501 stars 62 forks source link

Go to the video with the url #148

Closed senchpimy closed 1 year ago

senchpimy commented 1 year ago

Works with the complete url and the "youtu.be" url

user234683 commented 1 year ago

Needs to be more strict with what it detects. As it is it would attempt to go to a url if you searched for "https explained". Should check that the whole query is a proper URL

senchpimy commented 1 year ago

Yeah fave minutes later I realized that haha, what about " query.startswith('https://youtube.com') or query.startswith('https://youtu.be') "

user234683 commented 1 year ago

Yeah that will probably be fine