1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

add embedded videos test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 15:39:08 +01:00
parent 8309e227eb
commit 32dd074b6d
3 changed files with 69 additions and 0 deletions

View file

@ -186,6 +186,11 @@ async fn ehow_2() {
run_test("ehow-2").await
}
#[tokio::test]
async fn embedded_videos() {
run_test("embedded-videos").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await