{ "info": { "author": "Jackson Williams", "author_email": "jackson.r.williams+ytsub@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=====\nytsub\n=====\n\nytsub provides a command-line interface to do things with your Youtube subscriptions. You might find it most useful for filtering those\nvideos using grep, or setting up an auto-downloader using the excellent\nyoutube-dl. An example usage might look like this::\n\n $ ytsub list | grep 'FTB\\|Feed The Beast' | awk -F\"\\t\" '{print $2}' | tee >(youtube-dl -a /dev/stdin >/dev/tty) | ytsub mark-watched\n\nThe above gets list of all unwatched subscription videos, filters out ones that don't include the string 'FTB' or 'Feed The Beast' in their titles, gets youtube-dl to start downloading them, and marks them as watched.\n\n\ninstall\n=======\n\nInstalling is pretty easy on linux systems\n1. Install pip (python package manager) if you don't have it::\n $ sudo apt-get install python-pip\n2. Download ytsub. To get the latest stable release, head to https://github.com/JWill392/ytsub/tags and click one of the download links for the latest tag.\n3. Open archive, take out the archive in /dist -- should look like: ytsub-.tar.gz. Don't uncompress it.\n4. Run pip install with the dist archive::\n $ sudo pip install ytsub-.tar.gz --upgrade\n\nThat's it. It's runnable like any other command::\n $ ytsub list -c 1 -t 0\n\nAlternatively, you can use git:\n 1. sudo apt-get install python-pip git\n 2. git clone -b release https://github.com/JWill392/ytsub.git\n 3. sudo pip install ytsub/dist/ --upgrade\n 4. rm -rf ytsub", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jwill392/ytsub", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "ytsub", "package_url": "https://pypi.org/project/ytsub/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ytsub/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jwill392/ytsub" }, "release_url": "https://pypi.org/project/ytsub/1.2.1/", "requires_dist": null, "requires_python": null, "summary": "List your Youtube subscription videos", "version": "1.2.1" }, "last_serial": 801984, "releases": { "1.2.1": [ { "comment_text": "", "digests": { "md5": "68f7b60b53174422d54be06f5a8cc718", "sha256": "e928063fb1172f160f950ace67f27cdaeee81f4b2e2b0773a26b6ca001bb5692" }, "downloads": -1, "filename": "ytsub-1.2.1-py2.7.egg", "has_sig": true, "md5_digest": "68f7b60b53174422d54be06f5a8cc718", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 27076, "upload_time": "2013-01-12T20:24:31", "url": "https://files.pythonhosted.org/packages/bd/66/276073de79bd2551cae974df51d9a7f2927c8ca0c89fc44cbcdd8d222134/ytsub-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b98b67e73e00940d3257511a1f27f362", "sha256": "18e8c0b92e622d6e9e324bcd12ebcd89e6ae01bb5fc5948a3bb89975d509b31f" }, "downloads": -1, "filename": "ytsub-1.2.1.tar.gz", "has_sig": true, "md5_digest": "b98b67e73e00940d3257511a1f27f362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22295, "upload_time": "2013-01-12T20:24:33", "url": "https://files.pythonhosted.org/packages/93/e6/98cc6ce985cdc87b70dd57b423feee6e1ced29657a5fe0f65835714c322c/ytsub-1.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68f7b60b53174422d54be06f5a8cc718", "sha256": "e928063fb1172f160f950ace67f27cdaeee81f4b2e2b0773a26b6ca001bb5692" }, "downloads": -1, "filename": "ytsub-1.2.1-py2.7.egg", "has_sig": true, "md5_digest": "68f7b60b53174422d54be06f5a8cc718", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 27076, "upload_time": "2013-01-12T20:24:31", "url": "https://files.pythonhosted.org/packages/bd/66/276073de79bd2551cae974df51d9a7f2927c8ca0c89fc44cbcdd8d222134/ytsub-1.2.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b98b67e73e00940d3257511a1f27f362", "sha256": "18e8c0b92e622d6e9e324bcd12ebcd89e6ae01bb5fc5948a3bb89975d509b31f" }, "downloads": -1, "filename": "ytsub-1.2.1.tar.gz", "has_sig": true, "md5_digest": "b98b67e73e00940d3257511a1f27f362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22295, "upload_time": "2013-01-12T20:24:33", "url": "https://files.pythonhosted.org/packages/93/e6/98cc6ce985cdc87b70dd57b423feee6e1ced29657a5fe0f65835714c322c/ytsub-1.2.1.tar.gz" } ] }