File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1- # urlsresolver
1+ # urlsresolver v1.1.0
22Python urls resolver library with meta refresh support.
33
44You can expand real address of any shortened url with ` urlsresolver.resolve_url(url) ` function.
@@ -12,20 +12,21 @@ You can install library as usual with `pip install urlsresolver`.
1212# Python module usage
1313
1414Example of usage module as console utility.
15-
16- > python -m urlsresolver http://t.co/dRW1iSInvA -V
17- > Source:
18- > http://t.co/dRW1iSInvA
19- >
20- > Expanded:
21- > http://www.findelight.net/frenbull_detail.html?id=1078982008178233213_2206075018
22- >
23- > Redirects history:
24- > 1. http://t.co/dRW1iSInvA
25- > 2. http://www.findelight.net/frenbull_detail.html?id=1078982008178233213_2206075018
26- >
27- > Total 1 redirects
2815
16+ ```
17+ @dude > python -m urlsresolver http://t.co/dRW1iSInvA -V
18+ Source:
19+ http://t.co/dRW1iSInvA
20+
21+ Expanded:
22+ http://www.findelight.net/frenbull_detail.html?id=1078982008178233213_2206075018
23+
24+ Redirects history:
25+ 1. http://t.co/dRW1iSInvA
26+ 2. http://www.findelight.net/frenbull_detail.html?id=1078982008178233213_2206075018
27+
28+ Total 1 redirects
29+ ```
2930
3031# Contributon and contacts
3132
You can’t perform that action at this time.
0 commit comments