labeler icon indicating copy to clipboard operation
labeler copied to clipboard

@mehmetaliayhan6

Open mehmetaliayhan6 opened this issue 2 years ago • 2 comments

  • [x] @"This XML file does not appear to have any style information associated with it. The document tree is shown below.
Washington Post Washington Post News Feed https://www.washingtonpost.com Mon, 13 Jun 2022 17:21:36 +0000 1 hourly 1 " https://feeds.washingtonpost.com/rss/rss_fact-checker#:~:text=This%20XML%20file,%3C/rss%3E

mehmetaliayhan6 avatar Jun 13 '22 20:06 mehmetaliayhan6

``(?xi) \b ( # Capture 1: entire matched URL (?: [a-z][\w-]+: # URL protocol and colon (?: /{1,3} # 1-3 slashes | # or [a-z0-9%] # Single letter or digit or '%' # (Trying not to match e.g. "URI::Escape") ) | # or www\d{0,3}[.] # "www.", "www1.", "www2." … "www999." | # or [a-z0-9.-]+[.][a-z]{2,4}/ # looks like domain name followed by a slash ) (?: # One or more: [^\s()<>]+ # Run of non-space, non-()<> | # or (([^\s()<>]+|(([^\s()<>]+)))) # balanced parens, up to 2 levels )+ (?: # End with: (([^\s()<>]+|(([^\s()<>]+)))) # balanced parens, up to 2 levels | # or [^\s`!()[]{};:'".,<>?«»“”‘’] # not a space or one of these punct chars ) ) İşte kısa ve öz tek satır formatında aynı model:

(?i)\b((?:[a-z][\w-]+:(?:/{1,3}|[a-z0-9%])|www\d{0,3}[.]|[a-z0-9.-]+[.][a-z]{2,4}/)(?:[^\s()<>]+|(([^\s()<>]+|(([^\s()<>]+)))))+(?:(([^\s()<>]+|(([^\s()<>]+))))|[^\s`!()[]{};:'".,<>?«»“”‘’]))

mehmetaliayhan6 avatar Jun 13 '22 20:06 mehmetaliayhan6

This does not appear to have anything to do with this Repository

Gornoka avatar Jun 23 '22 12:06 Gornoka

This pull request looks like spam.

MaksimZhukov avatar Dec 15 '22 15:12 MaksimZhukov