Switch Pirate Bay back to the .org domain
[rhynodge.git] / src / main / java / net / pterodactylus / rhynodge / watchers / PirateBayEpisodeWatcher.java
index fe18770..6f8507c 100644 (file)
@@ -65,7 +65,7 @@ public class PirateBayEpisodeWatcher extends DefaultWatcher {
         */
        private static Query createHttpQuery(String searchTerms) {
                try {
-                       return new HttpQuery("http://thepiratebay.se/search/" + URLEncoder.encode(searchTerms, "UTF-8") + "/0/3/0");
+                       return new HttpQuery("http://thepiratebay.org/search/" + URLEncoder.encode(searchTerms, "UTF-8") + "/0/3/0");
                } catch (UnsupportedEncodingException uee1) {
                        /* will not happen. */
                        return null;