mmagnus / Pocket-Plus-Calibre-Plugin

📚 Modified version of the Calibre plugin for Pocket. Now, you get your articles organized by your Pocket tags, and more!
269 stars 24 forks source link

Define tags NOT using self.tags (but how?) #1

Closed mmagnus closed 7 years ago

mmagnus commented 8 years ago
            if '__' in self.username:
                self.tags += [tag.split() for tag in self.username.split('__')[1].split(',')]

crazy idea of using self.username for getting tags. Drop it for a moment.