We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298fa1f commit 5c665c2Copy full SHA for 5c665c2
urlsresolver/__init__.py
@@ -7,7 +7,7 @@
7
8
import requests
9
10
-__version__ = (1, 0, 0)
+__version__ = (1, 0, 1)
11
__author__ = 'Alexandr Shurigin (https://github.com/phpdude/)'
12
13
# HTML tags syntax http://www.w3.org/TR/html-markup/syntax.html
@@ -47,7 +47,7 @@ def resolve_url(
47
chunk_size=1500,
48
max_redirects=30,
49
history=False,
50
- remove_noscript=True,
+ remove_noscript=False,
51
**kwargs):
52
"""
53
Helper function for expanding shortened urls.
0 commit comments