From 77a7393923a860f662eead5011f574179780e91d Mon Sep 17 00:00:00 2001 From: martinrotter Date: Mon, 19 Sep 2022 08:04:56 +0200 Subject: [PATCH] Update Documentation.md --- resources/docs/Documentation.md | 2 -- 1 file changed, 2 deletions(-) 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.