-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add extract_urls-helper #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
d559af9
Add extract_urls-helper
JosXa 06e9f36
Removed mistaken urllib3
JosXa 582487b
Removed mistaken urllib3
JosXa 9738a5b
Using stdlib data structure for removing of duplicates
JosXa c10a06b
Fixed test
JosXa 0e1f76f
Added possibility to extract URLs from (photo) caption
JosXa be20c26
Added Test case for private extractor method
JosXa 51b848f
Urlparse fix for py2
JosXa de5d49e
Reverted echobot
JosXa 5df9163
Reverted echobot
JosXa a0cfb48
Making flake8 happy
JosXa 8648d5a
Removed trailing slashes from URLs
JosXa a2cb0b4
Also sorting urls
JosXa ee20220
Fixed sorting
JosXa 74f58cc
Merge remote-tracking branch 'remotes/origin/master' into extract-urls
JosXa 54690a1
Added notice that links are returned in ascending order
JosXa 66f8079
Another attempt to fix sorting in python2
JosXa d6b51a6
Changed extract_urls helper according to suggestions
JosXa 5c3d6bd
Merge remote-tracking branch 'origin/master' into extract-urls
tsnoam a246233
Merge remote-tracking branch 'remotes/origin/master' into extract-urls
JosXa 05a26e5
Merge remote-tracking branch 'origin/extract-urls' into extract-urls
JosXa f50fe6c
Merge branch 'master' of https://github.com/python-telegram-bot/pytho…
JosXa 1ca712e
Fix requested changes
JosXa 37498ce
Revert echobot
JosXa 6dce911
Merge master
Bibo-Joshi 6c6658e
Change trailing slash bahavior for helpers.extract_urls
Bibo-Joshi b69f922
Refine test_extract_urls_caption
Bibo-Joshi f69e469
Elaborate docstring
Bibo-Joshi e15ef7a
Try making order in helpers.extract_urls more robust
Bibo-Joshi d85d11c
Next try making ordir in helpers.extract_urls reliable
Bibo-Joshi 5755300
Last try for today making order in helpers.extract_urls reliable
Bibo-Joshi 31d08bc
Merge master
Bibo-Joshi 5e49f52
Fix sorting issue
Bibo-Joshi 5fca04f
Remove unused import
Bibo-Joshi f40cf04
Don't filter for trailing slashes
Bibo-Joshi 2f8fb19
Merge remote-tracking branch 'origin/master' into extract-urls
Bibo-Joshi e2f8d4f
Rework extract url, add test
Bibo-Joshi 697e047
Add extract_message_links, Close #1733
Bibo-Joshi cb94174
rework extract_message_links
Bibo-Joshi 416a175
Merge branch 'master' into extract-urls
Bibo-Joshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.