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

update lazy image fixing code

This commit is contained in:
Jan Lukas Gernert 2023-03-27 21:10:48 +02:00
parent 2189f527d7
commit d8a9d0a757
17 changed files with 7566 additions and 25 deletions

View file

@ -267,6 +267,26 @@ async fn keep_tabular_data() {
run_test("keep-tabular-data").await
}
#[tokio::test]
async fn la_nacion() {
run_test("la-nacion").await
}
#[tokio::test]
async fn lazy_image_1() {
run_test("lazy-image-1").await
}
#[tokio::test]
async fn lazy_image_2() {
run_test("lazy-image-2").await
}
#[tokio::test]
async fn lazy_image_3() {
run_test("lazy-image-3").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await