We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
regular url like this does work porperly: https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-E4-179279
but if the url contain chinese character like this it won't work: this one copy from address bar https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-搜密。打卡。小红点-S2-E1-176232 this one copy from link https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-%E6%90%9C%E5%AF%86%E3%80%82%E6%89%93%E5%8D%A1%E3%80%82%E5%B0%8F%E7%BA%A2%E7%82%B9-S2-E1-176232
a temporary fix is to remove the chinese character in the url like this & then it should work properly: https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2--S2-E1-176232
but surely hope to see a permanent fix...
note: for those wondering where i got this rare chinese character links, it's ep1, 2, 3, 8 from here https://www.mewatch.sg/season/Little-Red-Dot-Detectives-S2-搜密。打卡。小红点-S2-176230
The text was updated successfully, but these errors were encountered:
7bf5e3a
[mewatch] Relax _VALID_URL (closes ytdl-org#27506)
bf5132b
No branches or pull requests
Checklist
regular url like this does work porperly:
https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-E4-179279
but if the url contain chinese character like this it won't work:
this one copy from address bar
https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-搜密。打卡。小红点-S2-E1-176232
this one copy from link
https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2-%E6%90%9C%E5%AF%86%E3%80%82%E6%89%93%E5%8D%A1%E3%80%82%E5%B0%8F%E7%BA%A2%E7%82%B9-S2-E1-176232
a temporary fix is to remove the chinese character in the url like this & then it should work properly:
https://www.mewatch.sg/watch/Little-Red-Dot-Detectives-S2--S2-E1-176232
but surely hope to see a permanent fix...
note: for those wondering where i got this rare chinese character links, it's ep1, 2, 3, 8 from here https://www.mewatch.sg/season/Little-Red-Dot-Detectives-S2-搜密。打卡。小红点-S2-176230
The text was updated successfully, but these errors were encountered: