fundus icon indicating copy to clipboard operation
fundus copied to clipboard

add-publisher-wdr

Open jannispoltier opened this issue 1 year ago • 2 comments

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 :)

jannispoltier avatar Apr 22 '24 13:04 jannispoltier

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 :)

MaxDall avatar Apr 23 '24 10:04 MaxDall

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 :)

Hi @MaxDall, I pushed the file and on my local machine the tests were now successful ☺️

jannispoltier avatar Apr 23 '24 13:04 jannispoltier