Skip to content

Commit

Permalink
Update regex for DanishBits [#141]
Browse files Browse the repository at this point in the history
  • Loading branch information
nummersyv authored and thebigmunch committed Aug 11, 2016
1 parent 79cba8c commit dd1703a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DanishBits.tracker
Expand Up @@ -48,14 +48,14 @@
<parseinfo>
<linepatterns>
<extract>
<!--GLOBAL FREELEECH ~ Superleech ~ Occupant.2011.Custom.DKsubs.NTSC.DVDR-SUBLiME ~ 3.90GB ~ https://danishbits.org/torrents.php?torrentid=16550-->
<!--POWERLEECH ~ Bluray ~ The.Railway.Man.2013.NOR.BluRay.Remux.1080p.AVC.DTS-HD.MA.5.1-HiFi ~ 31.33GB ~ https://danishbits.org/torrents.php?torrentid=331724-->
<!--FREELEECH ~ Danske Film ~ Marie.Kroeyer.2012.DANiSH.PAL.DVDR-FARGIRENIS ~ 4.39GB ~ https://danishbits.org/torrents.php?torrentid=332259-->
<!--NYT UPLOAD ~ HDx264 ~ Men.In.Black.3.2012.3D.HSBS.1080p.BluRay.x264.HQ-TUSAHD ~ 9.27GB ~ https://danishbits.org/torrents.php?torrentid=331725-->
<regex value="(NYT UPLOAD|FREELEECH|POWERLEECH|GLOBAL FREELEECH)\s~\s([^~]+?)\s~\s([^~]+?)\s~\s([^~]+?)\s~\s(https?\:\/\/[^\/]+\/)torrents.php\?torrentid=(\d+)"/>
<!--NYT UPLOAD ~ TV ~ VFC.51.720p.WEB.h264-VERUM ~ 4.17GB ~ https://danishbits.org/torrents.php?torrentid=612705-->
<!--NYT UPLOAD ~ TV (Substance) ~ Freeleech ~ The.Strain.S01.Custom.DKSubs.720p.HDTV.x264-SUBSTANCE ~ 27.79GB ~ https://danishbits.org/torrents.php?torrentid=612706-->
<!--NYT UPLOAD ~ HD TV (DanishBits) ~ Freeleech ~ Marseille.s01.NORDiC.1080p.WEBRip.x264-DBRETAiL ~ 16.26GB ~ https://danishbits.org/torrents.php?torrentid=612708-->
<!--NYT UPLOAD ~ TV ~ MMA.Victory.FC.51.WEB.h264-OVERTiME ~ 1.44GB ~ https://danishbits.org/torrents.php?torrentid=612711-->
<regex value="\s([^~]+?)(?:\s~\s)?(Freeleech)?\s~\s([^~]+?)\s~\s([^~]+?)\s~\s(https?\:\/\/[^\/]+\/)torrents.php\?torrentid=(\d+)"/>
<vars>
<var name="$freeleech"/>
<var name="category"/>
<var name="$freeleech"/>
<var name="torrentName"/>
<var name="torrentSize"/>
<var name="$baseUrl"/>
Expand All @@ -68,7 +68,7 @@
<string value="false"/>
</var>

<setregex srcvar="$freeleech" regex="FREELEECH" varName="freeleech" newValue="true"/>
<setregex srcvar="$freeleech" regex="Freeleech" varName="freeleech" newValue="true"/>

<var name="torrentUrl">
<var name="$baseUrl"/>
Expand Down

0 comments on commit dd1703a

Please sign in to comment.