mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Fix parsing channel url
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
Reference in New Issue
Block a user