From 7f6f2c9bc4ca27f5e396cf1b9aedf5d278109042 Mon Sep 17 00:00:00 2001 From: Julien Pontoire Date: Fri, 6 Sep 2024 14:46:32 +0200 Subject: [PATCH 1/2] Adding new shorteners --- test/is_shortened_test.py | 2 ++ ural/is_shortened_url.py | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/test/is_shortened_test.py b/test/is_shortened_test.py index 58b27f6..b52af2e 100644 --- a/test/is_shortened_test.py +++ b/test/is_shortened_test.py @@ -25,6 +25,8 @@ ("https://l.truc.fr?p=11869", False), ("https://theins.ru/korrupciya/258406", False), ("https://ec.europa.eu/commission/presscorner/detail/es/ip_23_243", False), + ("http://huffp.st/Nf25jZ1", True), + ("https://pdora.co/2nku92J", True) ] diff --git a/ural/is_shortened_url.py b/ural/is_shortened_url.py index 133ce41..fe20c69 100644 --- a/ural/is_shortened_url.py +++ b/ural/is_shortened_url.py @@ -128,6 +128,7 @@ "amzn.eu", "amzn.to", "any.gs", + "aol.it", "apne.ws", "apo-opa.info", "app.link", @@ -185,6 +186,7 @@ "blip.tv", "blizz.ly", "bloat.me", + "bloom.bg", "bmsp.in", "bnc.lt", "bnent.eu", @@ -218,6 +220,7 @@ "captur.in", "catchylink.com", "cbs.so", + "cbsloc.al", "cbsn.ws", "cbug.cc", "cc.cc", @@ -228,11 +231,14 @@ "cf.ly", "cf2.me", "cf6.co", + "ch7.io", "chck.me", "chilp.it", "chl.li,", + "chn.ge", "chng.it", "chocobp.com", + "chute.rocks", "chrk.tv", "chzb.gr", "cirk.me", @@ -256,6 +262,7 @@ "cnb.cx", "cnet.co", "cnhv.co", + "cnn.id", "cnn.it", "coinurl.com", "colibris.link", @@ -270,6 +277,7 @@ "crdrv.co", "crks.me", "crwd.fr", + "csera.it" "cstu.io", "ctt.ec", "ctvr.us", @@ -289,6 +297,7 @@ "d75.eu", "daa.pl", "dai.ly", + "dailym.ai", "dailysign.al", "dainik-b.in", "dart.ws", @@ -349,6 +358,7 @@ "ellemag.co", "elpais.uy", "elperiodi.co", + "eluni.mx", "ely.re", "emojilink.me", "energy-citi.es", @@ -363,6 +373,7 @@ "es.pn", "eset.la", "esyurl.com", + "et.tv", "etcse.fr", "etlink.fr", "etoro.tw", @@ -500,6 +511,7 @@ "hubs.li", "hubs.ly", "huff.to", + "huffp.st", "hugeurl.com", "hulu.com", "hurl.it", @@ -533,6 +545,7 @@ "inreply.to", "instagr.am", "interc.pt", + "intern.az", "intg.ink", "invst.ly", "io.webhelp.com", @@ -589,6 +602,7 @@ "l9k.net", "la4.cl", "labur.eus", + "larep.it" "lat.ms", "lavoz.gal", "lawl.es", @@ -596,6 +610,7 @@ "lc-s.co", "lc.cx", "lcut.in", + "lemde.fr", "letop10.", "lety.io", "lew.ag", @@ -741,6 +756,7 @@ "nxy.in", "nyer.cm", "nym.ag", + "nyp.st", "nyti.ms", "o-x.fr", "oc1.us", @@ -783,6 +799,7 @@ "pd.am", "pdca.st", "pdh.co", + "pdora.co", "pens.pe", "peta.vg", "petafr.vg", @@ -821,6 +838,7 @@ "prn.to", "profile.to", "propub.li", + "pst.cr" "psta.rs", "ptab.it", "ptiturl.com", @@ -849,6 +867,7 @@ "qxp.sk", "qy.fi", "r.im", + "r10.to", "rb.gy", "rb6.co", "rb6.me", @@ -863,6 +882,7 @@ "rebelne.ws", "rebrand.ly", "rebrandlydomain.com", + "redd.it", "redir.ec", "redir.fr", "redirects.ca", @@ -889,6 +909,7 @@ "rod.gs", "roflc.at", "rog.gg", + "rol.st", "rs-thales.com", "rsmonkey.com", "rt.nu", From 5a50ce350a177d8e2c7917d571668eb3c311e434 Mon Sep 17 00:00:00 2001 From: Julien Pontoire Date: Fri, 6 Sep 2024 14:55:34 +0200 Subject: [PATCH 2/2] Fixing typo --- ural/is_shortened_url.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ural/is_shortened_url.py b/ural/is_shortened_url.py index fe20c69..d8f3213 100644 --- a/ural/is_shortened_url.py +++ b/ural/is_shortened_url.py @@ -277,7 +277,7 @@ "crdrv.co", "crks.me", "crwd.fr", - "csera.it" + "csera.it", "cstu.io", "ctt.ec", "ctvr.us", @@ -602,7 +602,7 @@ "l9k.net", "la4.cl", "labur.eus", - "larep.it" + "larep.it", "lat.ms", "lavoz.gal", "lawl.es", @@ -838,7 +838,7 @@ "prn.to", "profile.to", "propub.li", - "pst.cr" + "pst.cr", "psta.rs", "ptab.it", "ptiturl.com",