use a newsarticle for tests

This commit is contained in:
Andreas Zweili 2020-10-12 15:17:21 +02:00
parent 506297be6b
commit 18f9a8b0af
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ from url2markdown.downloader import downloader
def test_get_content():
article = downloader('https://newspaper.readthedocs.io/en/latest/user_guide/quickstart.html')
article = downloader('https://www.20min.ch/story/corona-zahlen-auf-einen-blick-803083076953')
assert type(article) == Article