소스 검색

Use not-allowlisted instead of not-whitelisted.

pull/3769/head
JSon 2 달 전
부모
커밋
60e2fafd66
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      scripts/validate/links.py

+ 1
- 1
scripts/validate/links.py 파일 보기

@@ -63,7 +63,7 @@ def check_duplicate_links(links: List[str]) -> Tuple[bool, List]:


def fake_user_agent() -> str:
"""Faking user agent as some hosting services block not-whitelisted UA."""
"""Faking user agent as some hosting services block not-allowlisted UA."""

user_agents = [
'Mozilla/5.0 (Windows NT 6.2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1467.0 Safari/537.36',


불러오는 중...
취소
저장