Skip to content

Commit

Permalink
Revert "Add tasty.co parser"
Browse files Browse the repository at this point in the history
  • Loading branch information
bfcarpio committed Jul 29, 2020
1 parent af6d6f6 commit d85b199
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 143 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ Scrapers available for:
- `https://spendwithpennies.com/ <https://spendwithpennies.com/>`_
- `https://steamykitchen.com/ <https://steamykitchen.com>`_
- `https://tastesoflizzyt.com <https://tastesoflizzyt.com>`_
- `https://tasty.co <https://tasty.co>`_
- `https://tasteofhome.com <https://tasteofhome.com>`_
- `https://tastykitchen.com/ <https://tastykitchen.com>`_
- `https://thehappyfoodie.co.uk/ <https://thehappyfoodie.co.uk>`_
Expand Down
2 changes: 0 additions & 2 deletions recipe_scrapers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
from .steamykitchen import SteamyKitchen
from .tastesoflizzyt import TastesOfLizzyT
from .tasteofhome import TasteOfHome
from .tasty import Tasty
from .tastykitchen import TastyKitchen
from .thehappyfoodie import TheHappyFoodie
from .thekitchn import TheKitchn
Expand Down Expand Up @@ -161,7 +160,6 @@
SteamyKitchen.host(): SteamyKitchen,
TastesOfLizzyT.host(): TastesOfLizzyT,
TasteOfHome.host(): TasteOfHome,
Tasty.host(): Tasty,
TastyKitchen.host(): TastyKitchen,
TheHappyFoodie.host(): TheHappyFoodie,
ThePioneerWoman.host(): ThePioneerWoman,
Expand Down
28 changes: 0 additions & 28 deletions recipe_scrapers/tasty.py

This file was deleted.

55 changes: 0 additions & 55 deletions tests/test_data/tasty.testhtml

This file was deleted.

57 changes: 0 additions & 57 deletions tests/test_tasty.py

This file was deleted.

0 comments on commit d85b199

Please sign in to comment.