<label for="file">Upload a song from my device</label><br/>
</div>
<div class="upload-form">
- <input type="radio" id="yt" name="upload-type" value="yt" onchange="selectUploadMethod()" />
- <label for="yt">Import a song from YouTube</label>
+ <input type="radio" id="yt" name="upload-type" value="yt" onchange="selectUploadMethod()" hidden/>
+ <label for="yt" hidden>Import a song from YouTube</label>
+ <small>(Looking for the YouTube importer? Unfortunately it's currently broken - hopefully it will be back soon!)</small>
</div>
<div class="upload-form" id="audio-file">
<label for="song-file">{% if song %}Replace {% endif %}Audio File</label><br>
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!@#$")