Facebook-Events-iCal-Converter/test
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
..
services fix: do not attempt to parse non-existent FB pages 2020-12-26 21:03:03 +01:00
log-utils.spec.js fix invalid function signature for event data extraction 2020-07-19 08:14:35 +02:00
parser-utils.spec.js add specs for parser utils 2020-07-15 20:54:24 +02:00
utils.spec.js fix invalid function signature for event data extraction 2020-07-19 08:14:35 +02:00