Remove Creators/Recess, it's gone
This commit is contained in:
parent
f0348d6b90
commit
290f4167d9
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs
|
||||
# Copyright (C) 2012-2014 Bastian Kleineidam
|
||||
# Copyright (C) 2015-2016 Tobias Gruetzmacher
|
||||
# Copyright (C) 2015-2020 Tobias Gruetzmacher
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
|
||||
|
@ -35,7 +35,6 @@ class Creators(_ParserScraper):
|
|||
cls('MickeyMouse', 'mickey-mouse'),
|
||||
cls('NaturalSelection', 'natural-selection'),
|
||||
cls('OffCenter', 'off-center'),
|
||||
cls('Recess', 'recess'),
|
||||
cls('Rugrats', 'rugrats'),
|
||||
cls('TheQuigmans', 'the-quigmans'),
|
||||
cls('WinnieThePooh', 'winnie-the-pooh'),
|
||||
|
|
|
@ -207,6 +207,7 @@ class Removed(Scraper):
|
|||
cls('CowboyJedi', 'brk'),
|
||||
cls('Creators/BCinSpanish'),
|
||||
cls('Creators/GirlsandSportsinSpanish'),
|
||||
cls('Creators/Recess'),
|
||||
cls('Creators/RugratsinSpanish'),
|
||||
cls('CtrlAltDel', 'block'),
|
||||
cls('CtrlAltDel/Sillies', 'block'),
|
||||
|
|
Loading…
Reference in a new issue