Compare commits

...

2 commits

2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,8 @@ class ImportSourceURLs(models.Model):
source_type = models.CharField(max_length=1, choices=SOURCE_TYPES, default=None) source_type = models.CharField(max_length=1, choices=SOURCE_TYPES, default=None)
active = models.BooleanField(default=True)
class Meta: class Meta:
verbose_name = _("Import Source URL") verbose_name = _("Import Source URL")
verbose_name_plural = _("Import Source URLs") verbose_name_plural = _("Import Source URLs")

View file

@ -80,6 +80,7 @@
"text-tweets": false, "text-tweets": false,
"twitpic": false, "twitpic": false,
"users": "timeline", "users": "timeline",
"include": ["avatar", "background", "timeline", "tweets"],
"videos": true, "videos": true,
"progress" : 0.1, "progress" : 0.1,
"filename" : "{author[name]}-[{date:%Y-%m-%d_%H-%M-%S}]-[{tweet_id}]-{num}.{extension}", "filename" : "{author[name]}-[{date:%Y-%m-%d_%H-%M-%S}]-[{tweet_id}]-{num}.{extension}",