back to master
This commit is contained in:
parent
7afe889f19
commit
e7da61cc60
2 changed files with 7 additions and 9 deletions
|
|
@ -7,12 +7,10 @@ from ytdl_sub.subscriptions.subscription import Subscription
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def single_song_preset_dict(output_directory, timestamps_file_path):
|
||||
def single_song_preset_dict(output_directory):
|
||||
return {
|
||||
"preset": "yt_song",
|
||||
"youtube": {
|
||||
"video_url": "https://www.youtube.com/watch?v=gr0XWmEbiMQ",
|
||||
},
|
||||
"youtube": {"video_url": "https://www.youtube.com/watch?v=2lAe1cqCOXo"},
|
||||
"output_options": {"output_directory": output_directory},
|
||||
# download the worst format so it is fast
|
||||
"ytdl_options": {
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
Files created in '{output_directory}'
|
||||
----------------------------------------
|
||||
Gabor Szabo - Dreams (1968) [full album].mp3
|
||||
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
||||
Music Tags:
|
||||
album: Singles
|
||||
albumartist: Cubensis Records
|
||||
artist: Cubensis Records
|
||||
albumartist: YouTube
|
||||
artist: YouTube
|
||||
genre: Unset
|
||||
title: Gabor Szabo - Dreams (1968) [full album]
|
||||
title: YouTube Rewind 2019: For the Record | #YouTubeRewind
|
||||
track: 1
|
||||
year: 2015
|
||||
year: 2019
|
||||
Loading…
Reference in a new issue