Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (Youtube URL converter::)
- clip.AsciiTextReplaceRegex("www.youtube.com/watch\\?v=", "youtu.be/");
- return false
- (Dropbox URL converter::)
- clip.AsciiTextReplaceRegex("https://www.dropbox.com/(.*)\\?dl=1", "https://dl.dropboxusercontent.com/$1");
- return false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement