Compare commits
No commits in common. "5cb73878c4019b3ecaedc57aebf1d8b3c60e0b84" and "15a688d18e9e1844f4171169c62e3995cc6f2fde" have entirely different histories.
5cb73878c4
...
15a688d18e
2 changed files with 0 additions and 3 deletions
|
@ -25,8 +25,6 @@ class ImportSourceURLs(models.Model):
|
|||
|
||||
source_type = models.CharField(max_length=1, choices=SOURCE_TYPES, default=None)
|
||||
|
||||
active = models.BooleanField(default=True)
|
||||
|
||||
class Meta:
|
||||
verbose_name = _("Import Source URL")
|
||||
verbose_name_plural = _("Import Source URLs")
|
||||
|
|
|
@ -80,7 +80,6 @@
|
|||
"text-tweets": false,
|
||||
"twitpic": false,
|
||||
"users": "timeline",
|
||||
"include": ["avatar", "background", "timeline", "tweets"],
|
||||
"videos": true,
|
||||
"progress" : 0.1,
|
||||
"filename" : "{author[name]}-[{date:%Y-%m-%d_%H-%M-%S}]-[{tweet_id}]-{num}.{extension}",
|
||||
|
|
Loading…
Reference in a new issue