Twitter ripper no longer rips retweets by default
This commit is contained in:
parent
7f118c6164
commit
6ac6449815
@ -125,7 +125,6 @@ public class TwitterRipper extends AlbumRipper {
|
||||
.append("&include_entities=true")
|
||||
.append("&exclude_replies=true")
|
||||
.append("&trim_user=true")
|
||||
.append("&include_rts=true")
|
||||
.append("&count=" + 200)
|
||||
.append("&tweet_mode=extended");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user