YouTube video IDs are 11 characters long
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
657a13811a
commit
65db605ddc
1 changed files with 3 additions and 3 deletions
|
|
@ -59,9 +59,9 @@ class ExportPlaylistTest {
|
||||||
@Test
|
@Test
|
||||||
fun exportJustUrls() {
|
fun exportJustUrls() {
|
||||||
val playlist = asPlaylist(
|
val playlist = asPlaylist(
|
||||||
"https://www.youtube.com/watch?v=1",
|
"https://www.youtube.com/watch?v=10000000000",
|
||||||
"https://www.youtube.com/watch?v=2",
|
"https://www.youtube.com/watch?v=20000000000",
|
||||||
"https://www.youtube.com/watch?v=3"
|
"https://www.youtube.com/watch?v=30000000000"
|
||||||
)
|
)
|
||||||
|
|
||||||
val exported = export(JUST_URLS, playlist, mock(Context::class.java))
|
val exported = export(JUST_URLS, playlist, mock(Context::class.java))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue