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
|
@pytest.fixture
|
||||||
def single_song_preset_dict(output_directory, timestamps_file_path):
|
def single_song_preset_dict(output_directory):
|
||||||
return {
|
return {
|
||||||
"preset": "yt_song",
|
"preset": "yt_song",
|
||||||
"youtube": {
|
"youtube": {"video_url": "https://www.youtube.com/watch?v=2lAe1cqCOXo"},
|
||||||
"video_url": "https://www.youtube.com/watch?v=gr0XWmEbiMQ",
|
|
||||||
},
|
|
||||||
"output_options": {"output_directory": output_directory},
|
"output_options": {"output_directory": output_directory},
|
||||||
# download the worst format so it is fast
|
# download the worst format so it is fast
|
||||||
"ytdl_options": {
|
"ytdl_options": {
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
Files created in '{output_directory}'
|
Files created in '{output_directory}'
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
Gabor Szabo - Dreams (1968) [full album].mp3
|
YouTube Rewind 2019: For the Record | #YouTubeRewind.mp3
|
||||||
Music Tags:
|
Music Tags:
|
||||||
album: Singles
|
album: Singles
|
||||||
albumartist: Cubensis Records
|
albumartist: YouTube
|
||||||
artist: Cubensis Records
|
artist: YouTube
|
||||||
genre: Unset
|
genre: Unset
|
||||||
title: Gabor Szabo - Dreams (1968) [full album]
|
title: YouTube Rewind 2019: For the Record | #YouTubeRewind
|
||||||
track: 1
|
track: 1
|
||||||
year: 2015
|
year: 2019
|
||||||
Loading…
Reference in a new issue