twython/twython
Phil Gyford a27efd9da8 Fix html_for_tweet()s handling of media URLs
We were trying to link to each media item using its
`url`/`expanded_url`. But there is only one of these, shared across
all of a tweet's media items. So attempting to put it in several times,
in the same location, was a bit of a mess!

So it now only puts the `url`/`expanded_url` in once, no matter
how many media items there are.
2017-10-07 18:38:20 +01:00
..
streaming Fixed indents for dynamic filtering in types.py 2015-03-24 11:36:08 -07:00
__init__.py Version 3.6.0 and update travis python versions 2017-08-23 11:29:20 -04:00
advisory.py first pep8 work 2014-07-24 04:24:51 +00:00
api.py Fix html_for_tweet()s handling of media URLs 2017-10-07 18:38:20 +01:00
compat.py Remove sphinx themes from requirements, remove Import error 2013-06-11 19:11:52 -04:00
endpoints.py Merge pull request #428 from tushdante/tushdante-video-upload 2016-09-30 07:28:38 -04:00
exceptions.py Adds retry_after attribute to TwythonRateLimitError 2014-01-12 15:21:27 -08:00
helpers.py first pep8 work 2014-07-24 04:24:51 +00:00