mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-04 15:45:23 +00:00
Fix playlist in production
This commit is contained in:
@@ -23,7 +23,7 @@ namespace PodNoms.Api.Utils.RemoteParsers {
|
||||
});
|
||||
}
|
||||
|
||||
public bool ValidateUrl(string url) {
|
||||
public static bool ValidateUrl(string url) {
|
||||
var regex = new Regex(URL_REGEX);
|
||||
var result = regex.Match(url);
|
||||
return result.Success;
|
||||
|
||||
Reference in New Issue
Block a user