Fix parsing channel url

This commit is contained in:
Arkadiusz Fal
2022-08-22 00:37:29 +02:00
parent bb43e1c377
commit 24ed872560
2 changed files with 21 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ final class URLParserTests: XCTestCase {
private static let channelsByName: [String: String] = [
"https://www.youtube.com/c/tennistv": "tennistv",
"https://www.youtube.com/achannel": "achannel",
"youtube.com/c/MKBHD": "MKBHD",
"c/ABCDE": "ABCDE"
]