Skip to content

Commit

Permalink
Merge pull request #94 from barseghyanartur/feature/separate-public-o…
Browse files Browse the repository at this point in the history
…nly-tlds

Feature/separate public only tlds
  • Loading branch information
barseghyanartur authored Nov 25, 2020
2 parents 764417f + 01988db commit 0094eab
Show file tree
Hide file tree
Showing 5 changed files with 14,048 additions and 156 deletions.
1 change: 1 addition & 0 deletions src/tld/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class BaseTLDSourceParser(metaclass=Registry):
uid: Optional[str] = None
source_url: str
local_path: str
include_private: bool = True

@classmethod
def validate(cls):
Expand Down
Loading

0 comments on commit 0094eab

Please sign in to comment.