A feature to remove elements of html pages based on css selectors have been added. The removal of link element that load external js have been added.
20 lines
506 B
Markdown
20 lines
506 B
Markdown
---
|
||
title: Add a newspaper source
|
||
---
|
||
|
||
How to add a newspaper source ?
|
||
|
||
You must implement the `Newspaper` trait for you structure
|
||
|
||
# 1. Write the `metadata` function
|
||
|
||
It returns information about the newspaper
|
||
|
||
# 2. Write the `has_complete_acess` function
|
||
|
||
Usually, indicates if the user is logged in.
|
||
You are encouraged to test on the newspaper webpage by making an http call.
|
||
|
||
You can use the **TODO** helper function that will look if a specific css
|
||
selector is in the page located at the given url.
|