mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 06:06:06 -04:00
youtube: Started code for playback from youtube. Not functionnal, yet
This commit is contained in:
@@ -28,5 +28,9 @@ def convert_soundcloud (url):
|
||||
else:
|
||||
raise TypeError('%r is not streamable' % url)
|
||||
|
||||
@matches_url ('https://www.youtube.com/watch')
|
||||
def convert_long_youtube(url):
|
||||
return "youtube-url"
|
||||
|
||||
def convert_generic_audio(url):
|
||||
return url
|
||||
|
Reference in New Issue
Block a user