Commit Graph

  • 5c3a67d7b0
    Merge 428d40c709 into fc1a0d1963 dependabot[bot] 2021-06-01 22:24:07 +0000
  • 428d40c709
    Bump urllib3 from 1.22 to 1.26.5 dependabot/pip/urllib3-1.26.5 dependabot[bot] 2021-06-01 22:24:06 +0000
  • 5f41f136b3
    Bump urllib3 from 1.22 to 1.24.2 dependabot[bot] 2019-10-30 07:50:52 +0000
  • fc1a0d1963 Added progress bars to the download operations. master ClaytonWWilson 2019-08-28 11:36:21 -0400
  • dc27ff581f Refactoring - Updated the clear_downloads function. ClaytonWWilson 2019-05-24 17:24:30 -0400
  • c876291100 Refactoring - Updating some old functions. ClaytonWWilson 2019-05-24 15:40:11 -0400
  • 2edfc5be14 Refactoring - Small code fixes. Clayton Wilson 2019-05-23 12:20:35 -0400
  • 7298c82ceb Refactoring - Removing old code. Clayton Wilson 2019-05-10 21:34:55 -0400
  • 024830eafd Fixed gitignore. Clayton Wilson 2019-05-10 21:32:16 -0400
  • e4cd55501b Refactoring - Added download support for images. Clayton Wilson 2019-05-10 21:23:33 -0400
  • 772581c6ec Refactoring - Added download support for episodes. Clayton Wilson 2019-05-10 20:54:13 -0400
  • d65ffefa70 Refactoring - Added downloading for actors. Clayton Wilson 2019-05-10 00:57:08 -0400
  • 754df95b70 Refactoring - Moving code around to make it more intuitive Clayton Wilson 2019-05-08 18:24:31 -0400
  • de2bc5c576 The start of refactoring code Clayton Wilson 2019-05-08 17:53:46 -0400
  • 3bb7b78a96
    Changing the name Clayton Wilson 2019-05-07 21:05:09 -0400
  • 9b90d83780 Changed variable names to lowercase hyphens ClaytonWWilson 2018-07-17 09:35:48 -0400
  • b2efb9cf0b Changing functions to camel case. ClaytonWWilson 2018-07-17 09:13:16 -0400
  • 46d20e69bc Finished "Install Requirements" option. ClaytonWWilson 2018-07-17 08:52:52 -0400
  • 80a863c8f9 Fixing imports. Adding requirements.txt ClaytonWWilson 2018-07-17 08:40:42 -0400
  • 954c90b63c Added CTRL+C option to cancel login ClaytonWWilson 2018-07-13 09:24:24 -0400
  • d31e4d563e Streamlining the login and token fetching process ClaytonWWilson 2018-07-13 09:15:59 -0400
  • 07d3f1f960 Changing string concatenation to .format(). Other small fixes. ClaytonWWilson 2018-07-13 08:47:47 -0400
  • 841d567c78 Adding TODOs and tweaking a few lines ClaytonWWilson 2018-07-12 09:04:41 -0400
  • e714ce4e3b Made some modifications Clayton Wilson 2017-11-21 19:50:43 -0500
  • 22a0002597 Did some work on checking missing images. Clayton Wilson 2017-11-08 08:16:22 -0500
  • 6b6ae46b22 Made some improvements to search functionality Clayton Wilson 2017-11-07 15:52:43 -0500
  • cc3c89c5d6 Moved methods from search.py to actions.py Clayton Wilson 2017-11-07 13:57:54 -0500
  • 9aab258350 Made a few small edits Clayton Wilson 2017-11-06 14:17:30 -0500
  • c129cbd417 Refactored imports Clayton Wilson 2017-11-06 14:10:07 -0500
  • ec12a6da1e Refactored code for search and changed imports on login and launcher Clayton Wilson 2017-11-06 13:30:45 -0500
  • da958cce55 Fixed some imports Clayton Wilson 2017-11-06 08:19:52 -0500
  • 64239e36ab Changed TVDBSearch to search, and added to it. Also changed getImages() to SearchImages(). Clayton Wilson 2017-11-06 08:12:12 -0500
  • d5610f0b6d Merge branch 'master' of https://github.com/ClaytonWWilson/Image-fetcher-for-theTVDB.com Clayton Wilson 2017-11-03 17:48:08 -0400
  • f36d12a55b Small edit in actions Clayton Wilson 2017-11-03 13:07:08 -0400
  • f8d29565f3 Edits in actions.py Clayton Wilson 2017-11-03 13:05:56 -0400
  • 9bcebbce48 Did some work on update() Clayton Wilson 2017-11-03 12:56:25 -0400
  • 9507bcc26c Implemented the refreshToken() method Clayton Wilson 2017-11-03 07:59:41 -0400
  • 17fcc6cc18 Added code to refreshToken() Clayton Wilson 2017-11-02 15:58:40 -0400
  • 2fab5ae2bd Completed clearFolders() Clayton Wilson 2017-11-02 15:38:08 -0400
  • 59e1972050 Changed a comment Clayton Wilson 2017-11-02 14:29:22 -0400
  • c06567de74 Added some comments to launcher.py Clayton Wilson 2017-11-02 14:17:17 -0400
  • bcdcdd682e Implemented the 'Change login' option Clayton Wilson 2017-11-02 11:50:57 -0400
  • f9c0a2ee40 Cleaned up the interface Clayton Wilson 2017-11-01 16:34:46 -0400
  • 5b53396335 Added skeleton menu for launcher.py Clayton Wilson 2017-11-01 16:25:56 -0400
  • 147a2220cd Added the launcher for the project Clayton Wilson 2017-11-01 13:36:31 -0400
  • 5a4d854975 Fixed some import statements Clayton Wilson 2017-11-01 13:25:17 -0400
  • 96870d4198 Moved some methods to action.py and created refreshToken() Clayton Wilson 2017-11-01 12:51:23 -0400
  • 2c86a7ce8d Saving login credentials to file Clayton Wilson 2017-11-01 12:47:44 -0400
  • 9c4bcefa04 Made some additions to login Clayton Wilson 2017-11-01 10:31:54 -0400
  • 375a34daba Added some if statements Clayton Wilson 2017-11-01 08:19:29 -0400
  • d559916c64 Added some code to login and moved some code from TVDBSearch to checks Clayton Wilson 2017-11-01 08:10:12 -0400
  • 0c6305bc9e Initial project commit Clayton Wilson 2017-10-31 15:51:10 -0400
  • c321063634
    Update .gitignore Clayton Wilson 2017-10-31 15:45:56 -0400
  • 95916dad05
    Initial commit Clayton Wilson 2017-10-31 15:45:00 -0400