Commit Graph

148 Commits

Author SHA1 Message Date
d0cedaf7a1 added name parser 2021-04-16 09:02:03 -05:00
c716346f1f flake 2021-04-16 09:02:03 -05:00
fef5236931 decode url strings in text_parser 2021-04-16 09:02:03 -05:00
b115c37eb8 catch error on scrape.image() 2021-04-16 09:02:03 -05:00
1e17f3703a trap error on scrape.title() 2021-04-16 09:02:03 -05:00
a531d135b5 remove html tags from description 2021-04-16 09:02:03 -05:00
0953af05fc Revert "bug fix url import"
This reverts commit 4ab8ca51e812d02911f4da801767612e52953a23.
2021-04-16 09:02:03 -05:00
19e8e5cb5b removed extra string normalization 2021-04-16 09:02:03 -05:00
d739fe6752 fixes #527 2021-04-16 09:02:03 -05:00
a84c41e29f bug fix url import 2021-04-16 09:02:03 -05:00
393aba1f31 url import bug fixes 2021-04-16 09:02:03 -05:00
2fe6788ce5 bug fix url import 2021-04-16 09:02:03 -05:00
efe4c4043d simplified url import 2021-04-16 09:02:03 -05:00
50140db668 added all ATK sites to custom scraper 2021-04-16 09:02:02 -05:00
028b2dfb22 added cooksillustrated custom scraper 2021-04-16 09:02:02 -05:00
ec6a10ca0a ensure time is always a number 2021-04-16 09:02:02 -05:00
3cf949bf8d added ability to create custom scrapers 2021-04-16 09:02:02 -05:00
0a62225797 removed old json importer 2021-04-16 09:02:02 -05:00
a54f4e1367 updated import from source to use text scraper 2021-04-16 09:02:02 -05:00
bf3c30a8fb remove old html_import function 2021-04-16 09:02:02 -05:00
f811f5996e wrapper for recipe_scrapers to parse text input 2021-04-16 09:02:02 -05:00
c8a4861df8 redirect to import url for processing 2021-04-16 09:02:02 -05:00
f80c44bca3 bookmarklet passing data to form 2021-04-16 09:02:02 -05:00
6a2c27749f updated links to import recipes 2021-04-16 09:02:02 -05:00
1188ed9227 cosmetic cleanup 2021-04-16 09:02:02 -05:00
cb708e7e47 added image import 2021-04-16 09:02:02 -05:00
40a2f7ff90 combined json import and source import 2021-04-16 09:02:01 -05:00
4015517c0a more fix from super ugly merge 2021-04-16 09:02:01 -05:00
7c8d41753c more cleanup from ugly merge 2021-04-16 09:02:01 -05:00
90670613c5 fixed ugly merge 2021-04-16 09:02:01 -05:00
44dee16e0a manually parse json 2021-04-16 09:02:01 -05:00
3a48d0e580 commit merge from Patralos/recipes 2021-04-16 09:02:01 -05:00
83fce6461a import raw json/html 2021-04-16 09:02:01 -05:00
f0d37244b6 refactored json parser to create functions for each sub parser 2021-04-16 09:02:01 -05:00
8d02cad7d9 resolved deprecation warnings introduced in django 3.2 2021-04-12 14:12:04 -05:00
a5b92f5672 fixed template render issues 2021-04-04 11:16:48 +02:00
45dba6fad2 fix json direct import when wrapped in @graph 2021-03-19 13:23:55 -05:00
58fc26904b fixed url importer stuff 2021-03-19 10:05:17 +01:00
f04a51c1ad fixed empty units/foods (again) 2021-03-19 00:19:29 +01:00
55920501b8 small tweaks 2021-03-18 20:48:28 +01:00
cc3e00e75f Merge branch 'develop' into url_import_recipes
# Conflicts:
#	cookbook/helper/recipe_url_import.py
#	cookbook/tests/api/test_api_keyword.py
#	cookbook/tests/other/test_edits_recipe.py
#	cookbook/views/api.py
#	requirements.txt
2021-03-18 20:38:51 +01:00
48c90c483a merged PR 474 adding manual json import 2021-03-18 12:36:00 +01:00
6a25428b3c fixed shopping list share permission 2021-03-18 11:04:55 +01:00
ba4c3b95e5 removed deprecated functions/packages 2021-03-10 18:17:31 +01:00
eed6e9d3a5 catch index error 2021-03-04 15:30:20 -06:00
f4af7ffb0b except do it right this time 2021-03-04 15:03:33 -06:00
3b072d5dd9 check for scrape.schema before using it 2021-03-04 14:59:56 -06:00
bfaed434cc refactored url_import to use recipe-scraper 2021-03-03 21:08:34 -06:00
c99c944130 fixed normal django test running with scopes 2021-02-25 22:19:51 +01:00
29ab6cfb2d Merge branch 'develop' into feature/spaces
# Conflicts:
#	cookbook/views/data.py
#	cookbook/views/views.py
2021-02-25 15:59:32 +01:00