flexget.components.rejected.db module#
- class flexget.components.rejected.db.RememberEntry(**kwargs)[source]#
Bases:
VersionedBase- _sa_class_manager = {'added': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'expires': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'reason': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'rejected_by': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'task_id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'title': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'url': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}#
- added#
- expires#
- id#
- reason#
- rejected_by#
- task_id#
- title#
- url#
- class flexget.components.rejected.db.RememberTask(**kwargs)[source]#
Bases:
VersionedBase- _sa_class_manager = {'entries': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'id': <sqlalchemy.orm.attributes.InstrumentedAttribute object>, 'name': <sqlalchemy.orm.attributes.InstrumentedAttribute object>}#
- entries#
- id#
- name#