Added working youtube extractor. Needs converting mp3 at the end of downloads

This commit is contained in:
2018-02-23 17:52:26 -06:00
parent 9830da2924
commit bfc49bb6e0
3 changed files with 13 additions and 5 deletions

View File

@@ -24,7 +24,6 @@ class interface(object):
s = baseFile.song(self)
s.title = search_result["snippet"]["title"]
s.url = "https://www.youtube.com/watch?v="+search_result["id"]["videoId"]
print(search_result.keys())
self.results.append(s)
def get_download_url(self, url):