kovacsr89

autodl - nCore.tracker

Jan 27th, 2021
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3. - Version: MPL 1.1
  4. -
  5. - The contents of this file are subject to the Mozilla Public License Version
  6. - 1.1 (the "License"); you may not use this file except in compliance with
  7. - the License. You may obtain a copy of the License at
  8. - http://www.mozilla.org/MPL/
  9. -
  10. - Software distributed under the License is distributed on an "AS IS" basis,
  11. - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12. - for the specific language governing rights and limitations under the
  13. - License.
  14. -
  15. - The Original Code is IRC Auto Downloader.
  16. -
  17. - The Initial Developer of the Original Code is
  18. - David Nilsson.
  19. - Portions created by the Initial Developer are Copyright (C) 2010, 2011
  20. - the Initial Developer. All Rights Reserved.
  21. -
  22. - Contributor(s):
  23. -
  24. - ***** END LICENSE BLOCK ***** -->
  25.  
  26. <trackerinfo
  27. type="nc"
  28. shortName="nc"
  29. longName="nCore"
  30. siteName="ncore.pro">
  31.  
  32. <settings>
  33. <description text="Check a torrent download link. key='value' is your passkey."/>
  34. <passkey/>
  35. </settings>
  36.  
  37. <servers>
  38. <server
  39. network="iRCLiNE"
  40. serverNames="irc.ircline.org"
  41. channelNames="#ncore-bot"
  42. announcerNames="nCore"
  43. />
  44. </servers>
  45.  
  46. <parseinfo>
  47. <linepatterns>
  48. <extract>
  49. <!--[NEW TORRENT in xvidser_hun] The.Scooby-Doo.Show.S02.WEB-DL.HUN.ENG.x264-DenZo > 2.33 GB in 10F > https://ncore.pro/torrents.php?action=details&id=1843212-->
  50. <regex value="\[NEW TORRENT in (.*)\] (.*) > (.*) in .* > (https?://ncore.pro.*action=).*id=(.*)"/>
  51. <vars>
  52. <var name="category"/>
  53. <var name="torrentName"/>
  54. <var name="$torrentSize"/>
  55. <var name="$baseUrl"/>
  56. <var name="$torrentId"/>
  57. </vars>
  58. </extract>
  59. </linepatterns>
  60. <linematched>
  61. <var name="torrentUrl">
  62. <var name="$baseUrl"/>
  63. <string value="download&amp;id="/>
  64. <var name="$torrentId"/>
  65. <string value="&amp;key="/>
  66. <var name="passkey"/>
  67. </var>
  68. </linematched>
  69. <ignore>
  70. </ignore>
  71. </parseinfo>
  72. </trackerinfo>
Add Comment
Please, Sign In to add comment