diff --git a/archivist/apps/importer/models.py b/archivist/apps/importer/models.py index 0cad64b..2286562 100644 --- a/archivist/apps/importer/models.py +++ b/archivist/apps/importer/models.py @@ -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") diff --git a/gallery-dl.conf b/gallery-dl.conf index af40c55..533c796 100644 --- a/gallery-dl.conf +++ b/gallery-dl.conf @@ -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}",