mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-01 15:51:41 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
95838885e7
|
@ -18,7 +18,7 @@ def create_data_directory():
|
||||
def get_catalog_url():
|
||||
r = requests.get('https://www.karafun.de/karaoke-song-list.html')
|
||||
soup = BeautifulSoup(r.content, 'html.parser')
|
||||
url = soup.findAll('a', href=True, text='Available in CSV format')[0]['href']
|
||||
url = soup.findAll('a', href=True, text='Verfügbar in CSV-Format')[0]['href']
|
||||
return url
|
||||
|
||||
def get_songs(url):
|
||||
|
Reference in New Issue
Block a user