Yet Another RSS downloader
Project description
Finds new files (called ‘items’) on a set of RSS feeds.
You can get help pages for every command by appending -h. I.e.:
yars add feed -h
Example usages:
- Download everything:
yars run | xargs -r wget
- Display images from referenced pages:
yars run | xargs -r wget -q -O - | grep -o -E ‘http[^”]*.jpeg’
- Download torrents, get files by ctorrent, finally delete torrents:
- yars run | grep -F ‘.torrent’ | tee newfiles | xargs -r wget
&& cat newfiles | xargs -r -L 1 ctorrent -E 1.5 -a && cat newfiles | xargs -r rm && rm newfiles
Example scenario for quickstart:
- Add a new feed:
- yars add feed
“Dilbert Strips” “http://feeds.dilbert.com/DilbertDailyStrip”
- Add a new item:
yars add item –search-words “Comic for” “part of comics’ caption”
- Download images from the feeds’ summary:
yars run –summary | grep -o -E ‘http[^”]*.gif’ | xargs -r wget
Most probably you will want to use --prefix "comics" for all these commands to separate them i.e., from podcasts.
License
Licensed under the RECIPROCAL PUBLIC LICENSE, Version 1.1 or later (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.opensource.org/licenses/rpl.php
In addition to the License you agree on notifying the Author by email about changes you publish within two weeks. You notification has to contain a link to the publication or you must sent the Author a copy of the publication. You have to add the changes (either as patch or a new distribution, whatever you published) as attachment to that notification email.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contact & Bug reports
W-Mark Kubacki <wmark+yars@hurrikane.de>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file YARS-1.0.tar.gz
.
File metadata
- Download URL: YARS-1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4d378d1ba4bdf1241cde61ead23776858eecbae46e89a3bd156f54fbf1d5b6f |
|
MD5 | fc73f512a4aa7fdfbab79dc879aa4559 |
|
BLAKE2b-256 | 4ad93cae016b6f88636e438a03baacb82239ead32eb8e7f7233e69ef3d74cf89 |
File details
Details for the file YARS-1.0-py2.6.egg
.
File metadata
- Download URL: YARS-1.0-py2.6.egg
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67a37251321ea6cb44cb99476be91f779cfdadd2218bf0877ccf80e6e94dba40 |
|
MD5 | 27e98312042ca83af892fb19510caf90 |
|
BLAKE2b-256 | 7b69d5fc003002a51dbbbab11819ffab4803c989252352698a0acc56de60c0fd |