Skip to content

Commit 6236ce8

Browse files
Remove old locale code regexes
They are documented in the docs.
1 parent 4fcc4b9 commit 6236ce8

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/simplejustwatchapi/query.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
_DETAILS_URL = "https://justwatch.com"
3636
_IMAGES_URL = "https://images.justwatch.com"
3737

38-
# TODO: Left here for posterity, remove once formats are well documented.
39-
_COUNTRY_CODE_REGEX = r"^[A-Z]{2}$"
40-
_LANGUAGE_CODE_REGEX = r"^[a-z]{2}(-[0-9A-Z]+)?$"
41-
4238

4339
def prepare_search_request(
4440
title: str,

0 commit comments

Comments
 (0)