Skip to content

Commit

Permalink
Merge pull request #176 from bcspragu/master
Browse files Browse the repository at this point in the history
Remove parsers with functioning upstream `recipe_parsers` equivalents
  • Loading branch information
poundifdef authored Jan 17, 2024
2 parents d359a29 + dc95b33 commit 0b324e6
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 204 deletions.
19 changes: 0 additions & 19 deletions parsers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,47 +1,28 @@
from parsers.gimmesomeoven import Gimmesomeoven
from parsers.smittenkitchen import Smittenkitchen
from parsers.letsdishrecipes import Letsdishrecipes
from parsers.lovingitvegan import Lovingitvegan
from parsers.minimalistbaker import Minimalistbaker
from parsers.bowlofdelicious import Bowlofdelicious
from parsers.chefkoch import Chefkoch
from parsers.hostthetoast import Hostthetoast
from parsers.essenundtriken import EssenUndTrinken
from parsers.kuechengoetter import Kuechengoetter
from parsers.kochbar import Kochbar
from parsers.hostthetoast import Hostthetoast
from parsers.thewoksoflife import Thewoksoflife
from parsers.glebekitchen import GlebeKitchen
from parsers.akispetretzikis import AkisPetretzikis
from parsers.hervecuisine import Hervecuisine
from parsers.thatlowcarblife import ThatLowCarbLife
from parsers.seriouseats import Seriouseats
from parsers.fattoincasadabenedetta import Fattoincasadabenedetta
from parsers.dinneratthezoo import DinnerAtTheZoo
from parsers.pickledplum import PickledPlum
from parsers.realfoodwholelife import RealFoodWholeLife
from parsers.africanbites import Africanbites

# Must exclude the "www" portion of the URL
PARSERS = {
'gimmesomeoven.com': Gimmesomeoven,
'smittenkitchen.com': Smittenkitchen,
'letsdishrecipes.com': Letsdishrecipes,
'lovingitvegan.com': Lovingitvegan,
'minimalistbaker.com': Minimalistbaker,
'chefkoch.de': Chefkoch,
'bowlofdelicious.com': Bowlofdelicious,
'hostthetoast.com': Hostthetoast,
'essen-und-trinken.de': EssenUndTrinken,
'kuechengoetter.de' : Kuechengoetter,
'kochbar.de' : Kochbar,
'thewoksoflife.com': Thewoksoflife,
'glebekitchen.com': GlebeKitchen,
'akispetretzikis.com': AkisPetretzikis,
'hervecuisine.com': Hervecuisine,
'thatlowcarblife.com': ThatLowCarbLife,
'seriouseats.com' : Seriouseats,
'fattoincasadabenedetta.it': Fattoincasadabenedetta,
'dinneratthezoo.com': DinnerAtTheZoo,
'pickledplum.com': PickledPlum,
'realfoodwholelife.com': RealFoodWholeLife,
Expand Down
35 changes: 0 additions & 35 deletions parsers/akispetretzikis.py

This file was deleted.

4 changes: 0 additions & 4 deletions parsers/bowlofdelicious.py

This file was deleted.

29 changes: 0 additions & 29 deletions parsers/chefkoch.py

This file was deleted.

55 changes: 0 additions & 55 deletions parsers/fattoincasadabenedetta.py

This file was deleted.

4 changes: 0 additions & 4 deletions parsers/gimmesomeoven.py

This file was deleted.

4 changes: 0 additions & 4 deletions parsers/hostthetoast.py

This file was deleted.

31 changes: 0 additions & 31 deletions parsers/kochbar.py

This file was deleted.

4 changes: 0 additions & 4 deletions parsers/lovingitvegan.py

This file was deleted.

19 changes: 0 additions & 19 deletions parsers/seriouseats.py

This file was deleted.

0 comments on commit 0b324e6

Please sign in to comment.