{ "info": { "author": "Rego Sen", "author_email": "regosen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet", "Topic :: Multimedia :: Graphics" ], "description": "\ngallery_get (and reddit_get) - *Download entire galleries*\n----------------------------------------------------------\n\nMany galleries make it hard to download all the images from a gallery. Their image links often redirect to a viewing page rather than the image itself, making it hard to grab all the images on a page (even with popular browser plugins). To get around this, gallery_get opens the redirect-links and grabs images from there.\n\nreddit_get grabs all imgur albums and pictures submitted by a given reddit user. It relies on gallery_get.\n\t\n\nTested Versions and Galleries\n-----------------------------\n\nPlatforms, Python Versions:\n\n* OSX (Python 2.7.2 and 3.5.1)\n* Windows (Python 2.7.3 and 3.6.0)\n\nGallery Plugins:\n\n* 4chan\n* eroshare\n* fuskator\n* gfycat\n* gogoimage\n* imagefap\n* imagevenue\n* imgbox\n* imgur (albums and galleries)\n* Pornhub (albums and single videos)\n* shimmie\n* vidble\n* xHamster\n* xVideos\n\nGeneric Plugin works for:\n\n* alafoto.com\n* forum.phun.org\n* setsdb.org\n* (more)\n\n\nInstallation\n------------\n\nYou can either download locally or install it::\n\n pip install gallery_get\n\n\nUsage (Command Line)\n--------------------\n \nSyntax for gallery_get::\n\n python gallery_get.py\n python gallery_get.py [URL-OF-GALLERY]\n python gallery_get.py [URL-OF-GALLERY] [DEST]\n\nSyntax for reddit_get::\n\n python reddit_get.py\n python reddit_get.py [REDDIT-USERNAME]\n python reddit_get.py [REDDIT-USERNAME] [DEST]\n\nIf you call with no parameters, you'll be prompted for the gallery URL (for gallery_get) or reddit user (for reddit_get). You will also be prompted for a destination directory, which it will remember as the default for next time.\n\nIf you skip [DEST] it will look for the contents of last_gallery_dest.txt, falling back on the current working directory.\n\n\nUsage (Python Environment)\n--------------------------\n\nSyntax for gallery_get::\n\n import gallery_get\n gallery_get.run()\n gallery_get.run(URL)\n gallery_get.run(URL, DESTINATION)\n \nSyntax for reddit_get::\n\n import reddit_get\n reddit_get.run()\n reddit_get.run(USER)\n reddit_get.run(USER, DESTINATION)\n\nSkipping parameters results in same corresponding behavior indicated above.\n\n\nNotes\n-----\n\nIf you run gallery_get or reddit_get on the same URL/user and destination more than once, it will skip the already-existing images next time (unless the size has changed). This allows you to do incremental updates.\n\ngallery_get comes with a few \"plugins\" customized for certain sites, along with a generic fallback plugin that works on multiple galleries. Note that galleries will change their markup from time to time, so these plugins may need to be updated to catch up with such changes. (Which brings us to the next section...)\n\n\nTesting\n-------\n\nI've provided a testing suite called gallery_get_test.py that will run gallery_get/reddit_get with provided URLs and users. Options are as follows::\n\n --noprompt don't prompt for extra galleries\n --input=INPUT_PATH input CSV for testing (same format as output)\n\nINPUT_PATH defaults to gallery_get_test_input.csv (provided)\nThe output is gallery_get_test_output.csv\n\nTo add a new gallery/user to the test:\n\n1. run gallery_get_test.py\n2. enter your gallery/user\n3. repeat step 2 for additional galleries/users\n4. if the output looks ok, replace gallery_get_test_input.csv with gallery_get_test_output.csv\n\n\nContribute\n----------\n\nFeel free to add your own plugins or make updates if you're familiar with regular expressions and/or Python logic!\n\nEach plugin overrides the following with a string, regular expression, or function.\n\n* title\n* redirect links\n* image links\n* whether to use the same filename from the site, or use \"001\", \"002\", etc.\n\nSee comments in the existing plugin files for more details.\n\n\nLicense\n-------\n\nLicensed under the MIT License.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/regosen/gallery_get", "keywords": "gallery downloader reddit imgur imgbox 4chan xhamster eroshare vidble pornhub xvideos imagebam", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gallery_get", "package_url": "https://pypi.org/project/gallery_get/", "platform": "", "project_url": "https://pypi.org/project/gallery_get/", "project_urls": { "Homepage": "https://github.com/regosen/gallery_get" }, "release_url": "https://pypi.org/project/gallery_get/1.8.7/", "requires_dist": null, "requires_python": "", "summary": "Gallery downloader - supports many galleries and reddit user histories", "version": "1.8.7" }, "last_serial": 5538385, "releases": { "1.7.10": [ { "comment_text": "", "digests": { "md5": "c0c849b757cabeb10d301f32ea8e66cc", "sha256": "d2611439e81963da7bf4227251003e686883b6bd228ac3704d11d87061c6137b" }, "downloads": -1, "filename": "gallery_get-1.7.10.tar.gz", "has_sig": false, "md5_digest": "c0c849b757cabeb10d301f32ea8e66cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16282, "upload_time": "2017-06-25T01:15:07", "url": "https://files.pythonhosted.org/packages/ce/e9/a61295db00894a51a9b5840d69a16bf1121e02cb14e045679c6c7613f7e0/gallery_get-1.7.10.tar.gz" } ], "1.7.11": [ { "comment_text": "", "digests": { "md5": "ffa7e604fbda77ddcb302857b094ff86", "sha256": "7970485578c3eb0aca81fe0a1ebd7d3816125cdc5da6ec8f4fab24931a3eed7a" }, "downloads": -1, "filename": "gallery_get-1.7.11.tar.gz", "has_sig": false, "md5_digest": "ffa7e604fbda77ddcb302857b094ff86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17271, "upload_time": "2018-01-01T22:27:20", "url": "https://files.pythonhosted.org/packages/40/24/09a6c9b29fdd8bb9e4f8e5464e5fd001408493821c06c83b067d0937afa3/gallery_get-1.7.11.tar.gz" } ], "1.7.12": [ { "comment_text": "", "digests": { "md5": "3fab6b6866aee7db2fcd5e3fe472c282", "sha256": "d6d1eb27a00aec1c718ea7225f4ea0fd30a84517690a5cc2be6225ef59cd6629" }, "downloads": -1, "filename": "gallery_get-1.7.12.tar.gz", "has_sig": false, "md5_digest": "3fab6b6866aee7db2fcd5e3fe472c282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17093, "upload_time": "2018-01-08T05:40:40", "url": "https://files.pythonhosted.org/packages/0d/f9/be34a6e45298ede5bef92139a7dd5474c871c0fb098cad7467138ca106a7/gallery_get-1.7.12.tar.gz" } ], "1.7.13": [ { "comment_text": "", "digests": { "md5": "e919de30b8110ad52da8aa1b36c6324c", "sha256": "7466686cd983fea84da6ef85af9607a213e3f06a71f914b21dd46e1ce8f0e618" }, "downloads": -1, "filename": "gallery_get-1.7.13.tar.gz", "has_sig": false, "md5_digest": "e919de30b8110ad52da8aa1b36c6324c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17113, "upload_time": "2018-02-16T04:49:10", "url": "https://files.pythonhosted.org/packages/ac/e1/65287a1f48d17de68b0742a86a03fb125f6017d417454a7819c7323bb575/gallery_get-1.7.13.tar.gz" } ], "1.7.14": [ { "comment_text": "", "digests": { "md5": "3d4703781762837f6ce9ef21bcc6df4d", "sha256": "85ca03f2d0e77bc73a6cc84fcdd3b8678ea2ac091aa3e5474160d7cb01710604" }, "downloads": -1, "filename": "gallery_get-1.7.14.tar.gz", "has_sig": false, "md5_digest": "3d4703781762837f6ce9ef21bcc6df4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17106, "upload_time": "2018-03-07T03:02:21", "url": "https://files.pythonhosted.org/packages/c5/a8/edeff2e4f8520b99eb8e34bfc787ff2ea7efa2b3eef3fdff1babeb717536/gallery_get-1.7.14.tar.gz" } ], "1.7.15": [ { "comment_text": "", "digests": { "md5": "b03f78732d58f9c484528d955fadd7cd", "sha256": "e32700d8adbc459d8bae6625e84f00c1b6b33c2bf32484bf4bb63c2f1541d150" }, "downloads": -1, "filename": "gallery_get-1.7.15.tar.gz", "has_sig": false, "md5_digest": "b03f78732d58f9c484528d955fadd7cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17120, "upload_time": "2018-05-25T15:24:19", "url": "https://files.pythonhosted.org/packages/2d/2e/77dd5128e0909388d15fedf96bde54a957b089bab3fbf88bd6d63262193d/gallery_get-1.7.15.tar.gz" } ], "1.7.16": [ { "comment_text": "", "digests": { "md5": "b89f725714ed3640d975017df8e46a04", "sha256": "65777136b863667edfe3585e94461587c6a543d68a96f25f61d88d83b859b1b1" }, "downloads": -1, "filename": "gallery_get-1.7.16.tar.gz", "has_sig": false, "md5_digest": "b89f725714ed3640d975017df8e46a04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17115, "upload_time": "2018-07-11T02:22:23", "url": "https://files.pythonhosted.org/packages/b4/c2/24ba34cea9594abfcdb2543dc0e09611995f5263310bef1b70402d5cabb5/gallery_get-1.7.16.tar.gz" } ], "1.7.17": [ { "comment_text": "", "digests": { "md5": "bac72cdf389dbec7ee7a07430202555e", "sha256": "ff003f10993041e72144a51fcf38d96b98fff7f023814e45f5e761946bd13c24" }, "downloads": -1, "filename": "gallery_get-1.7.17.tar.gz", "has_sig": false, "md5_digest": "bac72cdf389dbec7ee7a07430202555e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17210, "upload_time": "2018-08-05T18:47:48", "url": "https://files.pythonhosted.org/packages/92/34/d307b963cc63fde6f0f88eece350f535f735c675c930224975cc5883900d/gallery_get-1.7.17.tar.gz" } ], "1.7.18": [ { "comment_text": "", "digests": { "md5": "6e2c81897d64e2026cbdaafe8690a3c6", "sha256": "7fafddcd2c8c6c8c15ef25eea94d49d1acb5bf9328909c643b5efaedb420ed22" }, "downloads": -1, "filename": "gallery_get-1.7.18.tar.gz", "has_sig": false, "md5_digest": "6e2c81897d64e2026cbdaafe8690a3c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17217, "upload_time": "2018-09-12T04:06:59", "url": "https://files.pythonhosted.org/packages/c6/5c/9bd265648b645ff2778e9a68eaf1614884402dc15f574c925b6ad054d240/gallery_get-1.7.18.tar.gz" } ], "1.7.19": [ { "comment_text": "", "digests": { "md5": "860901295f817989924a79d89ce31531", "sha256": "1cb8c0dd7eb83d0a690e405c62eec3233666219724885fc23cbe5be4f8e902b0" }, "downloads": -1, "filename": "gallery_get-1.7.19.tar.gz", "has_sig": false, "md5_digest": "860901295f817989924a79d89ce31531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17458, "upload_time": "2018-11-28T04:54:04", "url": "https://files.pythonhosted.org/packages/0b/ff/8d4d437bda61e81c92fb883d6484b253f8eb11a3871e7ad37b7e660a31a4/gallery_get-1.7.19.tar.gz" } ], "1.7.9": [ { "comment_text": "", "digests": { "md5": "0806dd3384207c444ec82c10bad4d7f1", "sha256": "960ea793525407b2503b7ea1447167ecd8e84ba481a8088604adcf934808abdf" }, "downloads": -1, "filename": "gallery_get-1.7.9.tar.gz", "has_sig": false, "md5_digest": "0806dd3384207c444ec82c10bad4d7f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16113, "upload_time": "2017-03-12T20:17:13", "url": "https://files.pythonhosted.org/packages/4f/87/4f4ab6018a975d55c02bb474e30ec477074f511e5932a6bcc5305157cf2b/gallery_get-1.7.9.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "db73ebd8beaac5617807f3012463aed2", "sha256": "199374ea2eaec75f6a67ae6d232e5e4e1cd69005c45b5b8f8f5c3761a2c538ab" }, "downloads": -1, "filename": "gallery_get-1.8.0.tar.gz", "has_sig": false, "md5_digest": "db73ebd8beaac5617807f3012463aed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17476, "upload_time": "2018-12-30T18:09:25", "url": "https://files.pythonhosted.org/packages/35/c7/b51a94b34c74f24f23efc4e84d2921f929eb766d8b4d7ea448643ad3ca9b/gallery_get-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "f09fa6cc85cafda7e706f327e3b87034", "sha256": "59edd2a87d289e2a07b745074008445adf47013d55faf92f4fa547d2863d13d9" }, "downloads": -1, "filename": "gallery_get-1.8.1.tar.gz", "has_sig": false, "md5_digest": "f09fa6cc85cafda7e706f327e3b87034", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17527, "upload_time": "2018-12-31T17:31:58", "url": "https://files.pythonhosted.org/packages/eb/18/8efb4412cba83d6f9fec4ae157fddfb9cbb0dcca2dcab2f1585247b4c3a2/gallery_get-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "3795593169914268ff63f07cf7c0889c", "sha256": "06f33c23823abf8992a45daad701aacad0629ea8bad1640b4feeb056e1109cd5" }, "downloads": -1, "filename": "gallery_get-1.8.2.tar.gz", "has_sig": false, "md5_digest": "3795593169914268ff63f07cf7c0889c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17607, "upload_time": "2019-01-02T01:11:20", "url": "https://files.pythonhosted.org/packages/70/90/3ec9b0827140213c8136543225cef03ed7c67047bc62489e489c19e5fdfa/gallery_get-1.8.2.tar.gz" } ], "1.8.3": [ { "comment_text": "", "digests": { "md5": "d57ad673b0423b6cc22eb705d966a74c", "sha256": "43eac314cca8f77e123d304b6f874af76191677bd7bec82a2760b48d968f2156" }, "downloads": -1, "filename": "gallery_get-1.8.3.tar.gz", "has_sig": false, "md5_digest": "d57ad673b0423b6cc22eb705d966a74c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17608, "upload_time": "2019-01-31T16:23:05", "url": "https://files.pythonhosted.org/packages/03/aa/5ceba3381d235f8de169488530a7e51c532e91fe15bcc9efc1227779d3e2/gallery_get-1.8.3.tar.gz" } ], "1.8.4": [ { "comment_text": "", "digests": { "md5": "a937db2fb8d964ce6370823d1523f799", "sha256": "b2ba136d28f01a452fe98f89ac3edced5d444a491dc36d7568697832cb2786f1" }, "downloads": -1, "filename": "gallery_get-1.8.4.tar.gz", "has_sig": false, "md5_digest": "a937db2fb8d964ce6370823d1523f799", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17613, "upload_time": "2019-03-25T04:13:33", "url": "https://files.pythonhosted.org/packages/9c/79/669acd2fefe5aab40fdd81c5d33f72597cab1a1e77a112c7020859e28920/gallery_get-1.8.4.tar.gz" } ], "1.8.5": [ { "comment_text": "", "digests": { "md5": "637259b249b9caa1529bb254abedc9b3", "sha256": "62e740eb1f3cd7975671f0ee444be3bc8fa7fc6f283db4332346d25ea693a61e" }, "downloads": -1, "filename": "gallery_get-1.8.5.tar.gz", "has_sig": false, "md5_digest": "637259b249b9caa1529bb254abedc9b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17683, "upload_time": "2019-04-07T17:08:41", "url": "https://files.pythonhosted.org/packages/ac/6a/c7abfab83414745ab70b6b95f1c62bf83cf11b2d13411e8b2f49b6709bed/gallery_get-1.8.5.tar.gz" } ], "1.8.6": [ { "comment_text": "", "digests": { "md5": "a01b3adfe09151c8d0a53223d9888830", "sha256": "6fcf5bd006afd09d130c991ac598a9458d1c9c9ce99bd4e46047e2041c9a1ba7" }, "downloads": -1, "filename": "gallery_get-1.8.6.tar.gz", "has_sig": false, "md5_digest": "a01b3adfe09151c8d0a53223d9888830", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17712, "upload_time": "2019-06-17T04:00:20", "url": "https://files.pythonhosted.org/packages/f1/e8/86d3e52adfb8033b4bcc654cc02da84afe3ce6f3105a2f33cc0a11566b58/gallery_get-1.8.6.tar.gz" } ], "1.8.7": [ { "comment_text": "", "digests": { "md5": "9c8a3c88bf29f4b7e367508f12a6226e", "sha256": "e7a76be26d07bbca9c82b63e7bd46cfdb04b1d640a2cfe0c9d5223aa95a07374" }, "downloads": -1, "filename": "gallery_get-1.8.7.tar.gz", "has_sig": false, "md5_digest": "9c8a3c88bf29f4b7e367508f12a6226e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17800, "upload_time": "2019-07-16T04:37:24", "url": "https://files.pythonhosted.org/packages/f3/05/bbf8c8c412ddacdf990af5a312b3051eea83428ba2698f5d9bac959d459b/gallery_get-1.8.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9c8a3c88bf29f4b7e367508f12a6226e", "sha256": "e7a76be26d07bbca9c82b63e7bd46cfdb04b1d640a2cfe0c9d5223aa95a07374" }, "downloads": -1, "filename": "gallery_get-1.8.7.tar.gz", "has_sig": false, "md5_digest": "9c8a3c88bf29f4b7e367508f12a6226e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17800, "upload_time": "2019-07-16T04:37:24", "url": "https://files.pythonhosted.org/packages/f3/05/bbf8c8c412ddacdf990af5a312b3051eea83428ba2698f5d9bac959d459b/gallery_get-1.8.7.tar.gz" } ] }