{ "info": { "author": "W-Mark Kubacki", "author_email": "wmark+yars@hurrikane.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: Free for non-commercial use", "License :: Other/Proprietary License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications", "Topic :: Communications :: File Sharing", "Topic :: Internet :: WWW/HTTP", "Topic :: Other/Nonlisted Topic", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "YARS - Yet Another RSS downloader\n==================================\n\n:Author: W-Mark Kubacki \n\nFinds new files (called 'items') on a set of RSS feeds.\n\nYou can get help pages for every command by appending ``-h``. I.e.:\n\n yars add feed -h\n\nExample usages:\n~~~~~~~~~~~~~~~~\n\nDownload everything:\n yars run | xargs -r wget\n\nDisplay images from referenced pages:\n yars run | xargs -r wget -q -O - | grep -o -E 'http[^\"]*\\.jpeg'\n\nDownload torrents, get files by ctorrent, finally delete torrents:\n yars run | grep -F '.torrent' | tee newfiles | xargs -r wget \\\n && cat newfiles | xargs -r -L 1 ctorrent -E 1.5 -a \\\n && cat newfiles | xargs -r rm && rm newfiles\n\nExample scenario for quickstart:\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nAdd a new feed:\n yars add feed \\\n \"Dilbert Strips\" \"http://feeds.dilbert.com/DilbertDailyStrip\"\n\nAdd a new item:\n yars add item --search-words \"Comic for\" \"part of comics' caption\"\n\nDownload images from the feeds' summary:\n yars run --summary | grep -o -E 'http[^\"]*\\.gif' | xargs -r wget\n\nMost probably you will want to use ``--prefix \"comics\"`` for all\nthese commands to separate them i.e., from podcasts.\n\nLicense\n~~~~~~~~\n\nLicensed under the RECIPROCAL PUBLIC LICENSE, Version 1.1 or later\n(the \"License\"); you may not use this file except in compliance\nwith the License. You may obtain a copy of the License at\nhttp://www.opensource.org/licenses/rpl.php\n\nIn addition to the License you agree on notifying the Author by email\nabout changes you publish within two weeks. You notification has to\ncontain a link to the publication or you must sent the Author a copy\nof the publication. You have to add the changes (either as patch or\na new distribution, whatever you published) as attachment to that\nnotification email.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\nLicense for the specific language governing permissions and limitations\nunder the License.\n\nContact & Bug reports\n~~~~~~~~~~~~~~~~~~~~~~\n\nW-Mark Kubacki ", "description_content_type": null, "docs_url": null, "download_url": "http://mark.ossdl.de/tags/yars", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mark.ossdl.de/tags/yars", "keywords": "RSS,feeds,atom,cdf", "license": "http://www.opensource.org/licenses/rpl.php", "maintainer": null, "maintainer_email": null, "name": "YARS", "package_url": "https://pypi.org/project/YARS/", "platform": "POSIX,Windows", "project_url": "https://pypi.org/project/YARS/", "project_urls": { "Download": "http://mark.ossdl.de/tags/yars", "Homepage": "http://mark.ossdl.de/tags/yars" }, "release_url": "https://pypi.org/project/YARS/1.0/", "requires_dist": null, "requires_python": null, "summary": "Yet Another RSS downloader", "version": "1.0" }, "last_serial": 786047, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "27e98312042ca83af892fb19510caf90", "sha256": "67a37251321ea6cb44cb99476be91f779cfdadd2218bf0877ccf80e6e94dba40" }, "downloads": -1, "filename": "YARS-1.0-py2.6.egg", "has_sig": false, "md5_digest": "27e98312042ca83af892fb19510caf90", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 11594, "upload_time": "2010-08-14T19:34:51", "url": "https://files.pythonhosted.org/packages/7b/69/d5fc003002a51dbbbab11819ffab4803c989252352698a0acc56de60c0fd/YARS-1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "fc73f512a4aa7fdfbab79dc879aa4559", "sha256": "a4d378d1ba4bdf1241cde61ead23776858eecbae46e89a3bd156f54fbf1d5b6f" }, "downloads": -1, "filename": "YARS-1.0.tar.gz", "has_sig": false, "md5_digest": "fc73f512a4aa7fdfbab79dc879aa4559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7693, "upload_time": "2010-08-14T19:37:18", "url": "https://files.pythonhosted.org/packages/4a/d9/3cae016b6f88636e438a03baacb82239ead32eb8e7f7233e69ef3d74cf89/YARS-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "27e98312042ca83af892fb19510caf90", "sha256": "67a37251321ea6cb44cb99476be91f779cfdadd2218bf0877ccf80e6e94dba40" }, "downloads": -1, "filename": "YARS-1.0-py2.6.egg", "has_sig": false, "md5_digest": "27e98312042ca83af892fb19510caf90", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 11594, "upload_time": "2010-08-14T19:34:51", "url": "https://files.pythonhosted.org/packages/7b/69/d5fc003002a51dbbbab11819ffab4803c989252352698a0acc56de60c0fd/YARS-1.0-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "fc73f512a4aa7fdfbab79dc879aa4559", "sha256": "a4d378d1ba4bdf1241cde61ead23776858eecbae46e89a3bd156f54fbf1d5b6f" }, "downloads": -1, "filename": "YARS-1.0.tar.gz", "has_sig": false, "md5_digest": "fc73f512a4aa7fdfbab79dc879aa4559", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7693, "upload_time": "2010-08-14T19:37:18", "url": "https://files.pythonhosted.org/packages/4a/d9/3cae016b6f88636e438a03baacb82239ead32eb8e7f7233e69ef3d74cf89/YARS-1.0.tar.gz" } ] }