add-publisher-wdr
Hi, I added the WDR (Westdeutscher Rundfunk) to the collection of German publishers and ran all tests and commands as instructed.
There is just one issue I couldn't resolve as for some article summaries the crawler returns a <p class="stand small"> element although I added an XPath to return <p class="einleitung small"> and this element did exist in the given file. However, I couldn't come up with a fix for that problem. Maybe you have a suggestion :)
Hey, @jannispoltier could you rerun python -m scripts.generate_parser_test_files -p WDR -oj and push the modified JSON file? You don't have to remove the old test case, just run the script with -oj flag :)
Hey, @jannispoltier could you rerun
python -m scripts.generate_parser_test_files -p WDR -ojand push the modified JSON file? You don't have to remove the old test case, just run the script with-ojflag :)
Hi @MaxDall, I pushed the file and on my local machine the tests were now successful ☺️