update requirements, implement nerfnow feed

This commit is contained in:
2019-11-25 15:39:45 +03:00
parent 79a512784f
commit fd63775d58
4 changed files with 55 additions and 2 deletions

View File

@@ -6,8 +6,9 @@ from .shitty_watercolour import ShittyWatercolourFeedModuleConfig
from .wp_comic import WPComicFeedModuleConfig
from .twitter import TwitterFeedModuleConfig
from .tapas import TapasFeedModuleConfig
from .nerfnow import NerfNowFeedModuleConfig
FEED_MODULES = [EchoFeedModuleConfig, VKFeedModuleConfig, VKMusicFeedModuleConfig, DankMemesFeedModuleConfig,
ShittyWatercolourFeedModuleConfig, WPComicFeedModuleConfig, TwitterFeedModuleConfig,
TapasFeedModuleConfig]
TapasFeedModuleConfig, NerfNowFeedModuleConfig]