Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5c665c2

Browse files
committed
Now remove_noscript=False is by default
1 parent 298fa1f commit 5c665c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎urlsresolver/__init__.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import requests
99

10-
__version__ = (1, 0, 0)
10+
__version__ = (1, 0, 1)
1111
__author__ = 'Alexandr Shurigin (https://github.com/phpdude/)'
1212

1313
# HTML tags syntax http://www.w3.org/TR/html-markup/syntax.html
@@ -47,7 +47,7 @@ def resolve_url(
4747
chunk_size=1500,
4848
max_redirects=30,
4949
history=False,
50-
remove_noscript=True,
50+
remove_noscript=False,
5151
**kwargs):
5252
"""
5353
Helper function for expanding shortened urls.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /