mirror of
https://github.com/Crunchy-DL/Crunchy-Downloader.git
synced 2026-05-05 17:59:08 +00:00
8 lines
No EOL
123 B
C#
8 lines
No EOL
123 B
C#
using System.Text.RegularExpressions;
|
|
using System;
|
|
|
|
namespace CRD.Utils.Parser.Utils;
|
|
|
|
public class UrlResolver{
|
|
|
|
} |