This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
TechnikNews
/
PublicAPIs
огледало од
https://github.com/public-apis/public-apis
Прати
1
Волим
2
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Make sure the link contains ://
pull/3011/head
Matheus Felipe
пре 2 година
родитељ
95ee79818f
комит
8650f7f979
No known key found for this signature in database
GPG Key ID:
AA785C523274872F
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/validate/links.py
+ 1
- 1
scripts/validate/links.py
Прегледај датотеку
@@ -73,7 +73,7 @@ def fake_user_agent() -> str:
def get_host_from_link(link: str) -> str:
host = link.split('://', 1)[1]
host = link.split('://', 1)[1]
if '://' in link else link
# Remove routes, arguments and anchors
if '/' in host:
Write
Preview
Loading…
Откажи
Сачувај