diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index 0eacede7e..fb0bb2ef4 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -361,8 +361,6 @@ Executable file must be always be specified, while arguments not. Be very carefu | `Powershell Invoke-WebRequest 'https://github.com/martinrotter.atom' \| Select-Object -ExpandProperty Content` | Download ATOM feed file with Powershell. | | `php tweeper.php -v 0 https://twitter.com/NSACareers` | Scrape Twitter RSS feed file with [Tweeper](https://git.ao2.it/tweeper.git). Tweeper is the utility which is able to produce RSS feed from Twitter and other similar social platforms. | -alt-img - Note that the above examples are cross-platform and you can use the exact same command on Windows, Linux or macOS, if your operating system is properly configured. This feature is very flexible and can be used to scrape data with [CSS selectors](https://www.w3schools.com/cssref/css_selectors.asp). There is ready-made [Python script](https://github.com/Owyn/CSS2RSS) which can be used to scrape websites with CSS selectors very easily. Make sure to give its author the credit he deserves. diff --git a/resources/docs/images/scrape-source.png b/resources/docs/images/scrape-source.png deleted file mode 100755 index 77365a601..000000000 Binary files a/resources/docs/images/scrape-source.png and /dev/null differ