Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 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="wop"
  28. shortName="WoP"
  29. longName="WorldOfP2P"
  30. siteName="www.worldofp2p.net">
  31.  
  32. <settings>
  33. <description text="Paste (Ctrl+V) any World of P2P torrent direct download (RSS) link into the text box below to automatically extract passkey."/>
  34. <passkey
  35. tooltiptext="The passkey in your World of P2P RSS feed."
  36. pasteRegex="[&amp;]torrent_pass=([\da-fA-F]{32})"/>
  37. </settings>
  38.  
  39. <servers>
  40. <server
  41. network="WorldOfP2P"
  42. serverNames="irc.worldofp2p.net"
  43. channelNames="#announce"
  44. announcerNames="HODOR"
  45. />
  46. </servers>
  47.  
  48. <parseinfo>
  49. <linepatterns>
  50. <extract>
  51. <!--[TV/SD-x264] Guns.On.Campus.Tamron.Hall.Investigates.2016.HDTV.x264-w4f .:. https://www.worldofp2p.net/details.php?id=10572 .:. 240.83 MB .:. Uploaded By: Wopper-->
  52. <regex value="\[(.*?)\] (.*?) .:. (https?://.*/).*id=(\d+) .:. (.*) .:. Uploaded By: (.*)"/>
  53. <vars>
  54. <var name="category"/>
  55. <var name="torrentName"/>
  56. <var name="$baseUrl"/>
  57. <var name="$torrentId"/>
  58. <var name="torrentSize"/>
  59. <var name="uploader"/>
  60. </vars>
  61. </extract>
  62. </linepatterns>
  63. <linematched>
  64. <var name="torrentUrl">
  65. <var name="$baseUrl"/>
  66. <string value="download.php?torrent="/>
  67. <var name="$torrentId"/>
  68. <string value="&amp;torrent_pass="/>
  69. <var name="passkey"/>
  70. </var>
  71. </linematched>
  72. <ignore>
  73. </ignore>
  74. </parseinfo>
  75. </trackerinfo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement