From aaabc37ee9fcacaa4759837a3e98af897e1d07f2 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Fri, 28 Mar 2025 21:47:37 -0400 Subject: [PATCH] Disable YouTube importer --- templates/edit-song.html | 5 +++-- test/test_online.py | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/edit-song.html b/templates/edit-song.html index d8a20ec..cf8b6a5 100644 --- a/templates/edit-song.html +++ b/templates/edit-song.html @@ -22,8 +22,9 @@ Most standard audio/video formats are supported - .wav, .mp3, .ogg, .mp4, etc.
- - + + + (Looking for the YouTube importer? Unfortunately it's currently broken - hopefully it will be back soon!)

diff --git a/test/test_online.py b/test/test_online.py index e441411..0d41802 100644 --- a/test/test_online.py +++ b/test/test_online.py @@ -98,6 +98,7 @@ def test_comments_and_activity(s): songs = _get_song_list_from_page(response.text) assert not any(song["songid"] == songid for song in songs) +@pytest.mark.skip def test_upload_song_from_youtube(s): _login(s, "user", "1234asdf!@#$") -- 2.39.5