Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 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. - hn
  24. -
  25. - ***** END LICENSE BLOCK ***** -->
  26.  
  27. <trackerinfo
  28. type="ff"
  29. shortName="FF"
  30. longName="FunFile"
  31. siteName="www.funfile.org">
  32.  
  33. <settings>
  34. <description text="Copy the RSS feed link. Paste it (Ctrl+V) into the text box below to automatically extract passkey."/>
  35. <passkey tooltiptext="The passkey in your FunFile RSS feed link."/>
  36. </settings>
  37.  
  38. <servers>
  39. <server
  40. network="FunFile"
  41. serverNames="irc.funfile.org"
  42. channelNames="#FunFile.org"
  43. announcerNames="H3r4ut"
  44. />
  45. </servers>
  46.  
  47. <parseinfo>
  48. <multilinepatterns>
  49. <extract>
  50. <!--[New Shit] Highway.Patrol.AU.S01E08.PDTV.x264-UNDERBELLY [TV/x264-SD] @ https://www.funfile.org/details.php?id=1075085 [158 MB]-->
  51. <!--[New Shit] Highway.Patrol.AU.S01E01.PDTV.x264-UNDERBELLY [TV/x264-SD] @ https://www.funfile.org/details.php?id=1075084 [171 MB] [FL]-->
  52. <regex value="^\[New Shit\] (.*) \[([^\]]+)\] @ https?\:\/\/([^\/]+\/).*[&amp;\?]id=(\d+) \[([^\]]+)\](?: )?(\[FL\])?"/>
  53. <vars>
  54. <var name="torrentName"/>
  55. <var name="category"/>
  56. <var name="$baseUrl"/>
  57. <var name="$torrentId"/>
  58. <var name="$torrentSize"/>
  59. <var name="$freeleech"/>
  60. </vars>
  61. </extract>
  62. <extract optional="true">
  63. <!--[Scene] Uploaded 33 secs after pre-->
  64. <regex value="^(\[Scene\])\s+Uploaded(.*)after pre"/>
  65. <vars>
  66. <var name="$scene"/>
  67. <var name="preTime"/>
  68. </vars>
  69. </extract>
  70. </multilinepatterns>
  71. <linematched>
  72. <var name="scene">
  73. <string value="false"/>
  74. </var>
  75. <var name="freeleech">
  76. <string value="false"/>
  77. </var>
  78.  
  79. <setregex srcvar="$scene" regex="Scene" varName="scene" newValue="true"/>
  80. <setregex srcvar="$freeleech" regex="FL" varName="freeleech" newValue="true"/>
  81.  
  82. <var name="torrentUrl">
  83. <string value="https://"/>
  84. <var name="$baseUrl"/>
  85. <string value="download.php/"/>
  86. <var name="$torrentId"/>
  87. <string value="/"/>
  88. <var name="passkey"/>
  89. <string value="/"/>
  90. <varenc name="torrentName"/>
  91. <string value=".torrent"/>
  92. </var>
  93. </linematched>
  94. <ignore>
  95. </ignore>
  96. </parseinfo>
  97. </trackerinfo>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement