Skip to content

Commit

Permalink
fix normalization test of bad video short url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Christensen committed Feb 29, 2024
1 parent f89684a commit 30e9cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/youtube_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
(
"https://www.youtube.com/shorts/U5Bn8mMxj4o/nonsense?whatever",
YoutubeShort(id="U5Bn8mMxj4o"),
"https://www.youtube.com/shorts/U5Bn8mMxj4o/nonsense?whatever",
"https://www.youtube.com/shorts/U5Bn8mMxj4o",
),
(
"https://www.youtube.com/shorts/",
Expand Down

0 comments on commit 30e9cf0

Please sign in to comment.