Skip to content

Commit a066bf4

Browse files
committed
Clean up comments
1 parent 2233af8 commit a066bf4

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Diff for: tests/utils/test_urls.py

-30
Original file line numberDiff line numberDiff line change
@@ -70,36 +70,6 @@ def test_domain_for_url(url, domain):
7070
def test_remove_get_parameters(url, without_get):
7171
assert remove_get_parameters(url) == without_get
7272

73-
# IRRELEVANT_URLS = [
74-
# # favicons
75-
# ("favicon",),
76-
# # twitter profile pictures
77-
# ("twimg.com/profile_images",),
78-
# ("twimg.com", "default_profile_images"),
79-
# # instagram profile pictures
80-
# ("https://scontent.cdninstagram.com/", "150x150"),
81-
# # instagram recurring images
82-
# ("https://static.cdninstagram.com/rsrc.php/",),
83-
# # telegram
84-
# ("https://telegram.org/img/emoji/",),
85-
# # youtube
86-
# ("https://www.youtube.com/s/gaming/emoji/",),
87-
# ("https://yt3.ggpht.com", "default-user="),
88-
# ("https://www.youtube.com/s/search/audio/",),
89-
# # ok
90-
# ("https://ok.ru/res/i/",),
91-
# ("https://vk.com/emoji/",),
92-
# ("vk.com/images/",),
93-
# ("vk.com/images/reaction/",),
94-
# # wikipedia
95-
# ("wikipedia.org/static",),
96-
# ]
97-
98-
# IRRELEVANT_ENDS_WITH = [
99-
# ".svg", # ignore SVGs
100-
# ".ico", # ignore icons
101-
# ]
102-
10373

10474
@pytest.mark.parametrize(
10575
"url, relevant",

0 commit comments

Comments
 (0)