Advertisement
icantrank

Regex python xml stuff

Mar 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. // took some inspiration from https://github.com/xnidyas/sx-2/blob/master/testing2.xml
  2. // idk what the fk it does lol
  3.  
  4. <item>
  5. $doregex[regex]
  6. <regex>
  7.     <name>regex</name>
  8.     <listrepeat><![CDATA[
  9.         <title>[regex.param1]</title>
  10.         <link>[regex.param2]</link>
  11.     ]]></listrepeat>
  12.     <expres>\stitle=\"([a-zA-Z0-9\/ :\?'\"!,]+)\".*key="([a-zA-Z0-9\/]+\.mkv)"</expres>
  13.     <page>http://pastebin.com/Rm6wB2RF</page>
  14. </regex>
  15. </item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement