Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Fix #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Mincka committed Jun 20, 2017
1 parent 5c4530b commit 21eecee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![GitHub release](https://img.shields.io/github/release/Mincka/DMArchiver.svg)](https://github.com/Mincka/DMArchiver/releases) [![PyPI](https://img.shields.io/pypi/v/DMArchiver.svg)](https://pypi.python.org/pypi/dmarchiver) [![Github All Releases](https://img.shields.io/github/downloads/Mincka/DMArchiver/total.svg)](https://github.com/Mincka/DMArchiver/releases)

### Update 2017-06-14 ###
### Update 2017-06-20 ###

Due to a recent update in Twitter HTML output, the scripts are not working anymore. A fixed release will be provided as soon as possible, c.f. [issue #14](https://github.com/Mincka/DMArchiver/issues/14)
Due to a recent update in Twitter HTML output, the [scripts were not working properly](https://github.com/Mincka/DMArchiver/issues/14). Fixed releases are [now available](https://github.com/Mincka/DMArchiver/releases/tag/0.1.2). Thanks to @Gorrrg. :)

# DMArchiver
A tool to archive **all** the direct messages from your private conversations on Twitter.
Expand Down
2 changes: 1 addition & 1 deletion dmarchiver/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def _process_tweets(self, tweets, download_images, download_gif):
# DirectMessage-text, div.DirectMessage-media,
# div.DirectMessage-tweet_id, div.DirectMessage-card...
dm_elements = document.cssselect(
'div.DirectMessage-message > div[class^="DirectMessage-"], div.DirectMessage-message > div[class*=" DirectMessage-"]')
'div.DirectMessage-contentContainer > div[class^="DirectMessage-"], div.DirectMessage-message > div[class*=" DirectMessage-"]')

message = DirectMessage(tweet_id, time_stamp, dm_author)

Expand Down

0 comments on commit 21eecee

Please sign in to comment.