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#
flexget.components.rejected.db.db_cleanup(manager, session)[source]#
flexget.components.rejected.db.get_rejected(session, count=None, start=None, stop=None, sort_by=None, descending=None)[source]#