mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-08 18:38:33 +00:00
Merge pull request #23 from kepoorhampond/find-yt-link-twice
Fixed annoying bug where it prints Finding Youtube link ... twice
This commit is contained in:
commit
cb04a697d9
|
@ -111,6 +111,9 @@ class Ripper:
|
|||
def find_yt_url(self, song=None, artist=None, additional_search=None):
|
||||
if additional_search is None:
|
||||
additional_search = Config.parse_search_terms(self)
|
||||
else:
|
||||
print("Finding Youtube link ...")
|
||||
|
||||
try:
|
||||
if not song:
|
||||
song = self.args["song_title"]
|
||||
|
|
Loading…
Reference in a new issue