Skip to content

Commit

Permalink
add test of short url with trailing path part
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Christensen committed Feb 29, 2024
1 parent 358de5a commit f89684a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/youtube_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@
"https://www.youtube.com/shorts/xnh-JKqktAU",
),
(
"https://www.youtube.com/shorts/U5Bn8mMxj4o",
"https://www.youtube.com/shorts/U5Bn8mMxj4o/nonsense?whatever",
YoutubeShort(id="U5Bn8mMxj4o"),
"https://www.youtube.com/shorts/U5Bn8mMxj4o",
"https://www.youtube.com/shorts/U5Bn8mMxj4o/nonsense?whatever",
),
(
"https://www.youtube.com/shorts/",
Expand Down

0 comments on commit f89684a

Please sign in to comment.