mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-06-10 18:44:06 +00:00
YouTube video IDs are 11 characters long
Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
parent
8830e87242
commit
587df093ea
@ -68,9 +68,9 @@ class ExportPlaylistTest {
|
|||||||
|
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"""
|
"""
|
||||||
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
|
||||||
""".trimIndent(),
|
""".trimIndent(),
|
||||||
exported
|
exported
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user