diff --git a/SickBeard.py b/SickBeard.py index fe5bb2c77f26535f1f3ba7508fa4f1d40b22be33..ad942a88db47c72fcbf6bf84f618af524ebee2b3 100755 --- a/SickBeard.py +++ b/SickBeard.py @@ -415,7 +415,7 @@ class SickRage(object): os.setsid() # @UndefinedVariable - only available in UNIX - # https://github.com/SiCKRAGETV/sickrage-issues/issues/2969 + # https://github.com/SickRage/sickrage-issues/issues/2969 # http://www.microhowto.info/howto/cause_a_process_to_become_a_daemon_in_c.html#idp23920 # https://www.safaribooksonline.com/library/view/python-cookbook/0596001673/ch06s08.html # Previous code simply set the umask to whatever it was because it was ANDing instead of ORring diff --git a/contributing.md b/contributing.md index 03b78580fb63b055f46c80dc8f53bc8c17defa79..34e3114827aeb9968f7ea0c7abf4d3cf294a88ba 100644 --- a/contributing.md +++ b/contributing.md @@ -57,8 +57,8 @@ Please follow these guidelines before reporting a bug: ### Feature requests -Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing requests on [FeatHub](http://feathub.com/SiCKRAGETV/SickRage) before posting a new request.. -[](http://feathub.com/SiCKRAGETV/SickRage) +Please follow the bug guidelines above for feature requests, i.e. update to the latest version and search for existing requests on [FeatHub](http://feathub.com/SickRage/SickRage) before posting a new request.. +[](http://feathub.com/SickRage/SickRage) ### Pull requests @@ -89,7 +89,7 @@ Please follow this process; it's the best way to get your work included in the p # navigate to the newly cloned directory cd SickRage # assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/SiCKRAGETV/SickRage.git + git remote add upstream https://github.com/SickRage/SickRage.git ``` - If you cloned a while ago, get the latest changes from upstream: diff --git a/gui/slick/views/apiBuilder.mako b/gui/slick/views/apiBuilder.mako index acf688a02d2d1a48fec9708c525fb36ac9643d62..af0526ff34e1b447dda8fad9a1cf3a2877dc7909 100644 --- a/gui/slick/views/apiBuilder.mako +++ b/gui/slick/views/apiBuilder.mako @@ -96,7 +96,7 @@ <ul class="nav navbar-nav navbar-right"> <li><a href="${srRoot}/home/">Back to SickRage</a></li> <li class="hidden-xs"> - <a href="https://github.com/SiCKRAGETV/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"> + <a href="https://github.com/SickRage/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"> <img src="${srRoot}/images/donate.jpg" alt="[donate]" class="navbaricon" /> </a> </li> diff --git a/gui/slick/views/config.mako b/gui/slick/views/config.mako index 6cd206a1cd20ab1a23bfae1c3aae48d8e02ef06c..e8bea4c4ac91d14ef3a92b0b74b2539e68de2f23 100644 --- a/gui/slick/views/config.mako +++ b/gui/slick/views/config.mako @@ -64,9 +64,9 @@ % endif <tr><td class="infoTableHeader">Python Version:</td><td class="infoTableCell">${sys.version[:120]}</td></tr> <tr class="infoTableSeperator"><td class="infoTableHeader"><i class="icon16-sb"></i> Homepage</td><td class="infoTableCell"><a href="${anon_url('http://www.sickrage.tv/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">http://www.sickrage.tv/</a></td></tr> - <tr><td class="infoTableHeader"><i class="icon16-WiKi"></i> WiKi</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SiCKRAGETV/sickrage-issues/wiki')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SiCKRAGETV/sickrage-issues/wiki</a></td></tr> + <tr><td class="infoTableHeader"><i class="icon16-WiKi"></i> WiKi</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SickRage/sickrage-issues/wiki')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SickRage/sickrage-issues/wiki</a></td></tr> <tr><td class="infoTableHeader"><i class="icon16-web"></i> Forums</td><td class="infoTableCell"><a href="${anon_url('http://sickrage.tv/forums/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">http://sickrage.tv/forums/</a></td></tr> - <tr><td class="infoTableHeader"><i class="icon16-github"></i> Source</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SiCKRAGETV/SickRage/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SiCKRAGETV/SickRage/</a></td></tr> + <tr><td class="infoTableHeader"><i class="icon16-github"></i> Source</td><td class="infoTableCell"><a href="${anon_url('https://github.com/SickRage/SickRage/')}" rel="noreferrer" onclick="window.open(this.href, '_blank'); return false;">https://github.com/SickRage/SickRage/</a></td></tr> <tr><td class="infoTableHeader"><i class="icon16-mirc"></i> IRChat</td><td class="infoTableCell"><a href="irc://irc.freenode.net/#sickrage" rel="noreferrer"><i>#sickrage</i> on <i>irc.freenode.net</i></a></td></tr> </table> </div> diff --git a/gui/slick/views/config_postProcessing.mako b/gui/slick/views/config_postProcessing.mako index 4855c86502c2c74bd3833ecf6319177323371525..d67ebd2ab0c428a692f7c39c4eb1ec30e85d9b42 100644 --- a/gui/slick/views/config_postProcessing.mako +++ b/gui/slick/views/config_postProcessing.mako @@ -233,7 +233,7 @@ </label> <label class="nocheck"> <span class="component-title"> </span> - <span class="component-desc">See <a href="https://github.com/SiCKRAGETV/sickrage-issues/wiki/Post-Processing#extra-scripts"><font color='red'><b>Wiki</b></font></a> for script arguments description and usage.</span> + <span class="component-desc">See <a href="https://github.com/SickRage/sickrage-issues/wiki/Post-Processing#extra-scripts"><font color='red'><b>Wiki</b></font></a> for script arguments description and usage.</span> </label> </div> <input type="submit" class="btn config_submitter" value="Save Changes" /><br/> diff --git a/gui/slick/views/config_subtitles.mako b/gui/slick/views/config_subtitles.mako index 28cf9a36921a08105d4daba25a3cfe1353abfc4f..4d99b8c9a6743abee8c762472e0dbdd84f92fa0d 100644 --- a/gui/slick/views/config_subtitles.mako +++ b/gui/slick/views/config_subtitles.mako @@ -133,7 +133,7 @@ $('#subtitles_dir').fileBrowser({ title: 'Select Subtitles Download Directory' } <span class="component-title"> </span> <span class="component-desc"> <ul> - <li>See <a href="https://github.com/SiCKRAGETV/SickRage/wiki/Subtitle%20Scripts"><font color='red'><b>Wiki</b></font></a> for a script arguments description.</li> + <li>See <a href="https://github.com/SickRage/SickRage/wiki/Subtitle%20Scripts"><font color='red'><b>Wiki</b></font></a> for a script arguments description.</li> <li>Additional scripts separated by <b>|</b>.</li> <li>Scripts are called after each episode has searched and downloaded subtitles.</li> <li>For any scripted languages, include the interpreter executable before the script. See the following example:</li> diff --git a/gui/slick/views/layouts/main.mako b/gui/slick/views/layouts/main.mako index 54f227cd2364245eb78187035eed849079242f28..4d364e25c6219532294206f27f06fc1afa28e00b 100644 --- a/gui/slick/views/layouts/main.mako +++ b/gui/slick/views/layouts/main.mako @@ -210,7 +210,7 @@ <li><a href="${srRoot}/news/"><i class="menu-icon-help"></i> News${newsBadge}</a></li> <li><a href="${srRoot}/IRC/"><i class="menu-icon-help"></i> IRC</a></li> <li><a href="${srRoot}/changes/"><i class="menu-icon-help"></i> Changelog</a></li> - <li><a href="https://github.com/SiCKRAGETV/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"><i class="menu-icon-help"></i> Support SickRage</a></li> + <li><a href="https://github.com/SickRage/SickRage/wiki/Donations" rel="noreferrer" onclick="window.open('${sickbeard.ANON_REDIRECT}' + this.href); return false;"><i class="menu-icon-help"></i> Support SickRage</a></li> <li role="separator" class="divider"></li> %if numErrors: <li><a href="${srRoot}/errorlogs/"><i class="menu-icon-viewlog-errors"></i> View Errors <span class="badge btn-danger">${numErrors}</span></a></li> diff --git a/readme.md b/readme.md index 9e6029d1b1a7134a30880f32d2b839e0345f3226..2d3c33816d8e5db8e161a052174d16263a7b5617 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -SickRage [](https://travis-ci.org/SiCKRAGETV/SickRage) [](http://isitmaintained.com/project/sickragetv/sickrage-issues "Average time to resolve an issue") [](http://isitmaintained.com/project/sickragetv/sickrage-issues "Percentage of issues still open") +SickRage [](https://travis-ci.org/SickRage/SickRage) [](http://isitmaintained.com/project/SickRage/sickrage-issues "Average time to resolve an issue") [](http://isitmaintained.com/project/SickRage/sickrage-issues "Percentage of issues still open") ===== Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic. @@ -29,16 +29,16 @@ Automatic Video Library Manager for TV Shows. It watches for new episodes of you #### Dependencies To run SickRage from source you will need Python 2.7.10 -#### [](http://feathub.com/SiCKRAGETV/SickRage) +#### [](http://feathub.com/SickRage/SickRage) #### Forums Any questions or setup info your looking for can be found at out forums https://www.sickrage.tv -##### [SickRage Issue Tracker](https://github.com/SiCKRAGETV/sickrage-issues) +##### [SickRage Issue Tracker](https://github.com/SickRage/sickrage-issues) -##### [FAQ](https://github.com/SiCKRAGETV/SickRage/wiki/Frequently-Asked-Questions) +##### [FAQ](https://github.com/SickRage/SickRage/wiki/Frequently-Asked-Questions) -##### [Wiki](https://github.com/SiCKRAGETV/SickRage/wiki) +##### [Wiki](https://github.com/SickRage/SickRage/wiki) #### Important Before using this with your existing database (sickbeard.db) please make a backup copy of it and delete any other database files such as cache.db and failed.db if present<br/> @@ -46,7 +46,7 @@ We HIGHLY recommend starting out with no database files at all to make this a fr #### Supported providers -A full list can be found here: [Link](https://github.com/SiCKRAGETV/sickrage-issues/wiki/SickRage-Search-Providers) +A full list can be found here: [Link](https://github.com/SickRage/sickrage-issues/wiki/SickRage-Search-Providers) #### Special Thanks to: [RARBG](https://rarbg.to) @@ -55,7 +55,7 @@ A full list can be found here: [Link](https://github.com/SiCKRAGETV/sickrage-iss [KickAssTorrents](https://kat.cr) [NZB.cat](https://nzb.cat/) [NZBGeek](https://nzbgeek.info) -[DOGnzb](dognzb.cr) +[DOGnzb](dognzb.cr) #### News and Changelog -[news.md and CHANGES.md have moved to a separate repo, click here](http://github.com/SiCKRAGETV/sickrage-news) +[news.md and CHANGES.md have moved to a separate repo, click here](http://github.com/SickRage/sickrage-news) diff --git a/sickbeard/__init__.py b/sickbeard/__init__.py index 18f99b6bb0e21e0c79210015e488d36f6a502bdc..6635806f2f3e503ec74e4efa8f4150de7676719f 100644 --- a/sickbeard/__init__.py +++ b/sickbeard/__init__.py @@ -125,7 +125,7 @@ GIT_RESET = True GIT_REMOTE = '' GIT_REMOTE_URL = '' CUR_COMMIT_BRANCH = '' -GIT_ORG = 'SiCKRAGETV' +GIT_ORG = 'SickRage' GIT_REPO = 'SickRage' GIT_USERNAME = None GIT_PASSWORD = None @@ -134,7 +134,7 @@ GIT_AUTOISSUES = False GIT_NEWVER = False DEVELOPER = False -NEWS_URL = 'http://sickragetv.github.io/sickrage-news/news.md' +NEWS_URL = 'http://SickRage.github.io/sickrage-news/news.md' NEWS_LAST_READ = None NEWS_LATEST = None NEWS_UNREAD = 0 diff --git a/sickbeard/blackandwhitelist.py b/sickbeard/blackandwhitelist.py index 1368ed23edd6bf333d8ada067f40ee06831ca6d6..0754d97bdbd889053c6ff0191e340b717a1ed245 100644 --- a/sickbeard/blackandwhitelist.py +++ b/sickbeard/blackandwhitelist.py @@ -1,6 +1,6 @@ # Author: Dennis Lutter <lad1337@gmail.com> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/browser.py b/sickbeard/browser.py index 6d50b8587d27e986526710e0be05d774212c0b61..c5d9ab1700c8fcb2d93427c8b7fa9453caf32c38 100644 --- a/sickbeard/browser.py +++ b/sickbeard/browser.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/bs4_parser.py b/sickbeard/bs4_parser.py index e881611a46332feeb79d66fe617bcd05668a6a56..eb1059184286292dc3a7b9ee03466e3c301b56d7 100644 --- a/sickbeard/bs4_parser.py +++ b/sickbeard/bs4_parser.py @@ -1,6 +1,6 @@ # Author: The SickRage Dev Team # URL: https://sickrage.tv -# Repository: https://github.com/SiCKRAGETV/SickRage.git +# Repository: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/classes.py b/sickbeard/classes.py index eb96a12da5e183cec41f5ec5d97c2dd1c543257c..7c79dbeae0f5bf5fd54332aa863b99a10ebe8a58 100644 --- a/sickbeard/classes.py +++ b/sickbeard/classes.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/common.py b/sickbeard/common.py index 6000606f224ebd21712b15d1e092800beb796995..a0a63361e96f5ae601dc11f0435a9c9f09bee5e9 100644 --- a/sickbeard/common.py +++ b/sickbeard/common.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/config.py b/sickbeard/config.py index e956f9e500453c86c0dfb8198d6029f89b01631a..7ea8d44345e97968a4813b239da3afe974c615ef 100644 --- a/sickbeard/config.py +++ b/sickbeard/config.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/dailysearcher.py b/sickbeard/dailysearcher.py index 02c7950d079f4a1b9e9e87bae6dd3efdbadcad4f..8a358def33acfb8f7a044376995db12aa0ba3b30 100644 --- a/sickbeard/dailysearcher.py +++ b/sickbeard/dailysearcher.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/db.py b/sickbeard/db.py index 1b03819a7755c00423c29f84ac934a24f99b74ca..e503e2eb3b66a0d299afcdad6ed8658133c0507f 100644 --- a/sickbeard/db.py +++ b/sickbeard/db.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/failedProcessor.py b/sickbeard/failedProcessor.py index 3846654848559ff5f14005d2f00d6b0946593331..280dca31c9414407fc1abb7b20b002a7b6e551fb 100644 --- a/sickbeard/failedProcessor.py +++ b/sickbeard/failedProcessor.py @@ -1,6 +1,6 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/failed_history.py b/sickbeard/failed_history.py index 833d280031e76501d87200f332486ffd0de54c85..6a3bb57177cb4e629de7847367ce616135efaa6c 100644 --- a/sickbeard/failed_history.py +++ b/sickbeard/failed_history.py @@ -1,6 +1,6 @@ # Author: Tyler Fenby <tylerfenby@gmail.com> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/generic_queue.py b/sickbeard/generic_queue.py index fde0fd0ad5eabe7ad73f86634451a9954e6c4eba..85e445586453b67213f707c74a38e64c50f91d92 100644 --- a/sickbeard/generic_queue.py +++ b/sickbeard/generic_queue.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/helpers.py b/sickbeard/helpers.py index e994d71710cd8460794eb4dba915c02434dd3a69..488d8f17cf3fba73db1f778f861ce7fefd28d78d 100644 --- a/sickbeard/helpers.py +++ b/sickbeard/helpers.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/history.py b/sickbeard/history.py index 8b96c2d2a9da4ff5387f67360f1eaabcdf58d302..cdc9eff3e2e5e7dc4663d86d001b1b6da5905a21 100644 --- a/sickbeard/history.py +++ b/sickbeard/history.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/image_cache.py b/sickbeard/image_cache.py index 0e576bd9350a9a46bba8af8aa36e1b2a5f8953c1..907d6d4fb4319d3ca9a69b1da5d3492ad1468044 100644 --- a/sickbeard/image_cache.py +++ b/sickbeard/image_cache.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/indexers/indexer_config.py b/sickbeard/indexers/indexer_config.py index ee1d77a95f8bbf28d97823005d9afc37b1c69400..4494e8e26afaf9010fb222ac1ed2c1f0987b83b7 100644 --- a/sickbeard/indexers/indexer_config.py +++ b/sickbeard/indexers/indexer_config.py @@ -36,6 +36,6 @@ indexerConfig[INDEXER_TVDB] = { indexerConfig[INDEXER_TVDB]['trakt_id'] = 'tvdb_id' indexerConfig[INDEXER_TVDB]['xem_origin'] = 'tvdb' indexerConfig[INDEXER_TVDB]['icon'] = 'thetvdb16.png' -indexerConfig[INDEXER_TVDB]['scene_loc'] = 'http://sickragetv.github.io/sb_tvdb_scene_exceptions/exceptions.txt' +indexerConfig[INDEXER_TVDB]['scene_loc'] = 'http://SickRage.github.io/sb_tvdb_scene_exceptions/exceptions.txt' indexerConfig[INDEXER_TVDB]['show_url'] = 'http://thetvdb.com/?tab=series&id=' indexerConfig[INDEXER_TVDB]['base_url'] = 'http://thetvdb.com/api/%(apikey)s/series/' % indexerConfig[INDEXER_TVDB]['api_params'] diff --git a/sickbeard/logger.py b/sickbeard/logger.py index 5bfa36189672bd88296f386352a4afd5bf0ca16b..d84683c170d5a42ed2b0736ea948afca1aecb81c 100644 --- a/sickbeard/logger.py +++ b/sickbeard/logger.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # @@ -203,7 +203,7 @@ class Logger(object): self.submitter_running = True - gh_org = sickbeard.GIT_ORG or 'SiCKRAGETV' + gh_org = sickbeard.GIT_ORG or 'SickRage' gh_repo = 'sickrage-issues' gh = Github(login_or_token=sickbeard.GIT_USERNAME, password=sickbeard.GIT_PASSWORD, user_agent="SiCKRAGE") @@ -260,7 +260,7 @@ class Logger(object): except Exception: message += u"Locale: unknown" + "\n" message += u"Branch: **" + sickbeard.BRANCH + "**\n" - message += u"Commit: SiCKRAGETV/SickRage@" + sickbeard.CUR_COMMIT_HASH + "\n" + message += u"Commit: SickRage/SickRage@" + sickbeard.CUR_COMMIT_HASH + "\n" if gist and gist != 'No ERROR found': message += u"Link to Log: " + gist.html_url + "\n" else: @@ -270,7 +270,7 @@ class Logger(object): message += curError.message + "\n" message += u"```\n" message += u"---\n" - message += u"_STAFF NOTIFIED_: @SiCKRAGETV/owners @SiCKRAGETV/moderators" + message += u"_STAFF NOTIFIED_: @SickRage/owners @SickRage/moderators" title_Error = u"[APP SUBMITTED]: " + title_Error reports = gh.get_organization(gh_org).get_repo(gh_repo).get_issues(state="all") diff --git a/sickbeard/name_cache.py b/sickbeard/name_cache.py index 8b0af37e8c3f4c497d18c68e23a90d65704362c0..d8b5bfed722790b59e49c064169cb2d8abcfee57 100644 --- a/sickbeard/name_cache.py +++ b/sickbeard/name_cache.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/naming.py b/sickbeard/naming.py index 35bec1afc22ef2d4809c3cb9818eb4ebb5b24c18..87cf89f6423d490136473ae8a2f20375381f03ab 100644 --- a/sickbeard/naming.py +++ b/sickbeard/naming.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/network_timezones.py b/sickbeard/network_timezones.py index 78511be8d9d6c7ba8f16d4e9dfce40ce8fb26c12..f6cc0030081d6f0856027d05bac9d3136ed40a2e 100644 --- a/sickbeard/network_timezones.py +++ b/sickbeard/network_timezones.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # @@ -43,7 +43,7 @@ else: def update_network_dict(): """Update timezone information from SR repositories""" - url = 'http://sickragetv.github.io/sb_network_timezones/network_timezones.txt' + url = 'http://SickRage.github.io/sb_network_timezones/network_timezones.txt' url_data = helpers.getURL(url, session=requests.Session()) if not url_data: logger.log(u'Updating network timezones failed, this can happen from time to time. URL: %s' % url, logger.WARNING) diff --git a/sickbeard/notifiers/emby.py b/sickbeard/notifiers/emby.py index 9ceef6bd74595e551d9badb7f026f1bc2592495b..69ce06cc7ea2f7903fcc4120db1fc8fa60298065 100644 --- a/sickbeard/notifiers/emby.py +++ b/sickbeard/notifiers/emby.py @@ -47,7 +47,7 @@ class EMBYNotifier: emby_apikey = sickbeard.EMBY_APIKEY url = 'http://%s/emby/Notifications/Admin' % (host) - values = {'Name': 'SickRage', 'Description': message, 'ImageUrl': 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'} + values = {'Name': 'SickRage', 'Description': message, 'ImageUrl': 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png'} data = json.dumps(values) try: req = urllib2.Request(url, data) diff --git a/sickbeard/notifiers/growl.py b/sickbeard/notifiers/growl.py index 7b7d111dba8ba88a17cfbf6d20be2db86b41a4e1..b71510b4eb2b3289c3b850d136ca896e19dd43d6 100644 --- a/sickbeard/notifiers/growl.py +++ b/sickbeard/notifiers/growl.py @@ -25,7 +25,7 @@ from libgrowl import gntp class GrowlNotifier: - sr_logo_url = 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' + sr_logo_url = 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' def test_notify(self, host, password): self._sendRegistration(host, password, 'Test') diff --git a/sickbeard/notifiers/kodi.py b/sickbeard/notifiers/kodi.py index c3a875ccf8ec1089d40ea0a18a46167ac7ecff19..ceaa80345a8b9a216fb70883d07c49f00ea427ec 100644 --- a/sickbeard/notifiers/kodi.py +++ b/sickbeard/notifiers/kodi.py @@ -41,7 +41,7 @@ except ImportError: class KODINotifier: - sr_logo_url = 'https://raw.githubusercontent.com/SiCKRAGETV/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' + sr_logo_url = 'https://raw.githubusercontent.com/SickRage/SickRage/master/gui/slick/images/sickrage-shark-mascot.png' def _get_kodi_version(self, host, username, password): """Returns KODI JSON-RPC API version (odd # = dev, even # = stable) diff --git a/sickbeard/nzbSplitter.py b/sickbeard/nzbSplitter.py index b9087c3894f4a7593aa307bb90017eb93f75e47a..717d6b7e6d52ba6b37a29d0afd6d36b8c98d75d9 100644 --- a/sickbeard/nzbSplitter.py +++ b/sickbeard/nzbSplitter.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/nzbget.py b/sickbeard/nzbget.py index 64278c9a5e223d989deefa106d0fd6b09f110d07..ebc6419c560c0e05b9af0d4ae625be24fcea2463 100644 --- a/sickbeard/nzbget.py +++ b/sickbeard/nzbget.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/postProcessor.py b/sickbeard/postProcessor.py index 3515aa1e6937c198c2b1ae0f7e7aafde70440511..48089573cad7435fa74c8ecb8ec4e8337f3004ce 100644 --- a/sickbeard/postProcessor.py +++ b/sickbeard/postProcessor.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/processTV.py b/sickbeard/processTV.py index 93832ae507ba9ad9ca1b9e4517b529511cc37c12..2b5b7f954ff3d42aa01307d84689b90d80bfb3f4 100644 --- a/sickbeard/processTV.py +++ b/sickbeard/processTV.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv/ -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/properFinder.py b/sickbeard/properFinder.py index b12940d2a6e0197a018bdfeb1ac1c44b9d38f383..4c7e8e2c779938abb733ca0a747701d05d9b4ee4 100644 --- a/sickbeard/properFinder.py +++ b/sickbeard/properFinder.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/providers/alpharatio.py b/sickbeard/providers/alpharatio.py index c6d6a8d0902fa87a8b475b1b0f8300e41dae9ece..6ae9a842aef480583bae9bc4cabd5c397cb392c0 100644 --- a/sickbeard/providers/alpharatio.py +++ b/sickbeard/providers/alpharatio.py @@ -1,5 +1,5 @@ # Author: Bill Nasty -# URL: https://github.com/SiCKRAGETV/SickRage +# URL: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/providers/bitcannon.py b/sickbeard/providers/bitcannon.py index d5feddffda304be9afb574f84d974671406ea862..1be697e4db88f7b6176dff1c54d49ef81d8f19bb 100644 --- a/sickbeard/providers/bitcannon.py +++ b/sickbeard/providers/bitcannon.py @@ -1,6 +1,6 @@ # coding=utf-8 # Author: miigotu <miigotu@gmail.com> -# URL: http://github.com/SiCKRAGETV/SickRage +# URL: http://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/providers/extratorrent.py b/sickbeard/providers/extratorrent.py index e2a0b51de8f1bf61d82b8ed7b8d1af1ae602d417..2549d82763e5aa91ef46ef3d29bfce14fa145bd0 100644 --- a/sickbeard/providers/extratorrent.py +++ b/sickbeard/providers/extratorrent.py @@ -1,6 +1,6 @@ # Author: duramato <matigonkas@outlook.com> # Author: miigotu -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # This file is part of SickRage. # # SickRage is free software: you can redistribute it and/or modify diff --git a/sickbeard/providers/strike.py b/sickbeard/providers/strike.py index 0ee96b147b54557f8ea912b2caa134aa05ab3301..3b564f64f21e3951c9df83575e16467f158d3512 100644 --- a/sickbeard/providers/strike.py +++ b/sickbeard/providers/strike.py @@ -1,5 +1,5 @@ # Author: matigonkas -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # # This file is part of SickRage. # diff --git a/sickbeard/providers/torrentproject.py b/sickbeard/providers/torrentproject.py index 1aa69aa1d4966725ad2f5516995f4758ef2caa8c..bd0db478637918329df2d81b18d2229365649496 100644 --- a/sickbeard/providers/torrentproject.py +++ b/sickbeard/providers/torrentproject.py @@ -1,5 +1,5 @@ # Author: duramato <matigonkas@outlook.com> -# URL: https://github.com/SiCKRAGETV/sickrage +# URL: https://github.com/SickRage/sickrage # # This file is part of SickRage. # diff --git a/sickbeard/providers/torrentz.py b/sickbeard/providers/torrentz.py index 6fb1ef3bb7edeb77dca21c725d9663eee499a682..0f7206eec95c7f53f7c7e7e14d66e03d65adcb84 100644 --- a/sickbeard/providers/torrentz.py +++ b/sickbeard/providers/torrentz.py @@ -1,5 +1,5 @@ # Author: Dustyn Gibson <miigotu@gmail.com> -# URL: https://github.com/SiCKRAGETV/SickRage +# URL: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/sab.py b/sickbeard/sab.py index 70ee848d627980d49d189e22db2f0e6dddf7e9fb..b940a18f9e916c3dffa8ec75a5f28d3cf2730b63 100644 --- a/sickbeard/sab.py +++ b/sickbeard/sab.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage +# Git: https://github.com/SickRage/SickRage # # This file is part of SickRage. # diff --git a/sickbeard/sbdatetime.py b/sickbeard/sbdatetime.py index 815eeb45b07f1339697841d1d02320970be5f308..be9e158920819e7187056db26b33bee115befd56 100644 --- a/sickbeard/sbdatetime.py +++ b/sickbeard/sbdatetime.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scene_exceptions.py b/sickbeard/scene_exceptions.py index ed926d62586c00e321af61f412c2f560f10d2aac..1aafbd97d4c4970bfa2b0e82c64b5e771488cce8 100644 --- a/sickbeard/scene_exceptions.py +++ b/sickbeard/scene_exceptions.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scene_numbering.py b/sickbeard/scene_numbering.py index 6ad0a15d3a5571adfb9afa36a0b3237d9663c2e1..01248aeffce2ca03be27e7a6cafd92ee8337da9e 100644 --- a/sickbeard/scene_numbering.py +++ b/sickbeard/scene_numbering.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/scheduler.py b/sickbeard/scheduler.py index b3068f54d121d969273037d513d9bffaee20d51a..59e8e90cc2605723816998bac587e58ffbafe79b 100644 --- a/sickbeard/scheduler.py +++ b/sickbeard/scheduler.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/search.py b/sickbeard/search.py index 1eba3b0b776fcbd0bd2ccd65eed7a2f6fd54c0fa..f4ce208c223c27bc7a839009dac055f6c1dda3f5 100644 --- a/sickbeard/search.py +++ b/sickbeard/search.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickbeard/webserve.py b/sickbeard/webserve.py index 5b98cfd52259cd9cdd388b5a10bee72183e22443..dc441526a71a31e88763c8758c60991a67507bc5 100644 --- a/sickbeard/webserve.py +++ b/sickbeard/webserve.py @@ -2159,10 +2159,10 @@ class HomeChangeLog(Home): def index(self): try: - changes = helpers.getURL('http://sickragetv.github.io/sickrage-news/CHANGES.md', session=requests.Session()) + changes = helpers.getURL('http://SickRage.github.io/sickrage-news/CHANGES.md', session=requests.Session()) except Exception: logger.log(u'Could not load changes from repo, giving a link!', logger.DEBUG) - changes = 'Could not load changes from the repo. [Click here for CHANGES.md](http://sickragetv.github.io/sickrage-news/CHANGES.md)' + changes = 'Could not load changes from the repo. [Click here for CHANGES.md](http://SickRage.github.io/sickrage-news/CHANGES.md)' t = PageTemplate(rh=self, filename="markdown.mako") data = markdown2.markdown(changes if changes else "The was a problem connecting to github, please refresh and try again", extras=['header-ids']) diff --git a/sickrage/helper/common.py b/sickrage/helper/common.py index 9fe374e1ce2ed89894e4ad5dd049afd1d163ee1e..37b98eb585e7adb3776a9258fb0e6b2942fc4beb 100644 --- a/sickrage/helper/common.py +++ b/sickrage/helper/common.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/helper/encoding.py b/sickrage/helper/encoding.py index def98bba76ca8b1799e6005e6f92308f8ce3da9f..384136f1ae25d5a4d9aec30fdd5208ca5efd6a66 100644 --- a/sickrage/helper/encoding.py +++ b/sickrage/helper/encoding.py @@ -1,6 +1,6 @@ # Author: Nic Wolfe <nic@wolfeden.ca> # URL: https://sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # This file is part of SickRage. # diff --git a/sickrage/helper/exceptions.py b/sickrage/helper/exceptions.py index f3e92fa7f5ea97d313db0f5c47f10021b6ba360e..afb886926e90fdb2c00ed98a6af28bb66921410d 100644 --- a/sickrage/helper/exceptions.py +++ b/sickrage/helper/exceptions.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/helper/quality.py b/sickrage/helper/quality.py index cc757cb89ac71f1eccef97358719e94722f5c14b..7b52b267e5a7ec1cd8564498652d6e03b41333db 100644 --- a/sickrage/helper/quality.py +++ b/sickrage/helper/quality.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/GenericMedia.py b/sickrage/media/GenericMedia.py index 076db3ba82ae2017301e549986db4d1cba4ce0ac..c51ae3b7ef6cd7459a50b5188752f8fd4588adcc 100644 --- a/sickrage/media/GenericMedia.py +++ b/sickrage/media/GenericMedia.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowBanner.py b/sickrage/media/ShowBanner.py index 9d370274d4d03f85022770658103c159bda6d46c..525a3c234785a6474c83170371c7c45c870270b2 100644 --- a/sickrage/media/ShowBanner.py +++ b/sickrage/media/ShowBanner.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowFanArt.py b/sickrage/media/ShowFanArt.py index bdf991a2fde3e59ff705a163f44b577b8dbc4d35..ed0831c049d8b0cda99da7a4ef2d8abb9f578851 100644 --- a/sickrage/media/ShowFanArt.py +++ b/sickrage/media/ShowFanArt.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowNetworkLogo.py b/sickrage/media/ShowNetworkLogo.py index e86435af9d1dda77bd242df821b976d8392abf12..270a38c2001a357b91a68267411d744a00ea8267 100644 --- a/sickrage/media/ShowNetworkLogo.py +++ b/sickrage/media/ShowNetworkLogo.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/media/ShowPoster.py b/sickrage/media/ShowPoster.py index bb890882da4a47c24d3d002c13bbfc24c0d70eb7..6bba3dc50acfab360a2f0c76407139b204ad4cc7 100644 --- a/sickrage/media/ShowPoster.py +++ b/sickrage/media/ShowPoster.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/ComingEpisodes.py b/sickrage/show/ComingEpisodes.py index 1411e3f42ce4fe8dec8ae08089ec374d20c43256..6946e1b6df9ffdd8312abb0b498c1fc5c522cb6f 100644 --- a/sickrage/show/ComingEpisodes.py +++ b/sickrage/show/ComingEpisodes.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/History.py b/sickrage/show/History.py index 31870516ec4c04ed7aeeb92133f634efc7756a9a..ab3989e7afbb15897c8cdb0e026e9ad11d10a0ea 100644 --- a/sickrage/show/History.py +++ b/sickrage/show/History.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/show/Show.py b/sickrage/show/Show.py index aaa6f018f4930cb92e2d9f69b34e882a9857f547..833f7294f98d8305369fc930e80a4ee2976327c6 100644 --- a/sickrage/show/Show.py +++ b/sickrage/show/Show.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/system/Restart.py b/sickrage/system/Restart.py index 25372da9054a8dad5f37a1c039e179814ff970aa..65bdd22cef513f796ed58f68fd8b236581268d10 100644 --- a/sickrage/system/Restart.py +++ b/sickrage/system/Restart.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sickrage/system/Shutdown.py b/sickrage/system/Shutdown.py index a5ec702c502c75db91bb558556f96f03ea07b3f1..0abb5f6e61e3cc2c017b831dad0e5599b7642ab8 100644 --- a/sickrage/system/Shutdown.py +++ b/sickrage/system/Shutdown.py @@ -1,7 +1,7 @@ # This file is part of SickRage. # # URL: https://www.sickrage.tv -# Git: https://github.com/SiCKRAGETV/SickRage.git +# Git: https://github.com/SickRage/SickRage.git # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/ssl_sni_tests.py b/tests/ssl_sni_tests.py index c20fcbfa7804f0f563397676be7fd99804a30b2d..59d58f6557c3c62b26562dac070ee829f1ba9ad0 100644 --- a/tests/ssl_sni_tests.py +++ b/tests/ssl_sni_tests.py @@ -1,6 +1,6 @@ # coding=UTF-8 # Author: Dustyn Gibson <miigotu@gmail.com> -# URL: http://github.come/SiCKRAGETV/SickRage +# URL: http://github.come/SickRage/SickRage # # This file is part of SickRage. #