Facebook-Events-iCal-Converter/lib/services
Ondřej Synáček ae700330b9 fix: do not attempt to parse non-existent FB pages
When user enters something invalid (like number 123), it wuold still hit
FB webpage and return HTML. I do simple detection by looking at title
when it attempts to parse the DOM directly. When it contains "Content
Not Found", it is skipped.

Non-existent web pages cannot be parsed by using LDJSON parser and
looking at null data.
2020-12-26 21:03:03 +01:00
..
crawler.js fix issues with deployment due to winston logging getting in the way 2020-11-15 15:13:49 +01:00
dom-parser.js fix: do not attempt to parse non-existent FB pages 2020-12-26 21:03:03 +01:00
ics-generator.js refactor retrieving ICS file 2019-10-23 20:37:06 +02:00
ics-retriever.js normalize URL when parsing event number from HTML file 2020-07-23 17:23:04 +02:00
ldjson-parser.js add specs for LD JSON parser 2020-07-15 20:54:24 +02:00