We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to add this tv tracker I can paste the tracker file
` <trackerinfo type="stc" shortName="STC" longName="skipthecommericals" siteName="skipthecommericals.xyz" follow302links="true"
<settings> <description text="Go to STC and click Settings or your profile, copy your RSS keys."/> <passkey tooltiptext="Copy the RSS key from your settings or profile page"/> </settings> <servers> <server network="STC" serverNames="irc.skipthecommericals.xyz" channelNames="#announce" announcerNames="STCBOT" /> </servers> <parseinfo> <linepatterns> <extract> <!--New Torrent Announcement: Category: [TV Show] Type: [WEB-DL] Name: [Atlanta S04E01 1080p WEB-DL DD+ 5.1 H.264-PLZPROPER] Freeleech: [No] Size: [1.12 GiB] Uploaded By: [micromcv] - https://skipthecommericals.xyz/torrent/download/11042--> <regex value="New Torrent Announcement: Category: \[([^\]]*)\] Type: \[([^\]]*)\] Name: \[([^\]]*)\] Freeleech: \[([^\]]*)\] Size: \[([^\]]*)\] Uploaded By: \[([^\]]*)\] - https\:\/\/([^\/]+\/).*[download\/](.*)"/> <vars> <var name="category"/> <var name="format"/> <var name="torrentName"/> <var name="$freeleech"/> <var name="$torrentSize"/> <var name="uploader"/> <var name="$baseUrl"/> <var name="$torrentId"/> </vars> </extract> </linepatterns> <linematched> <var name="freeleech"> <string value="false"/> </var> <setregex srcvar="$freeleech" regex="Yes" varName="freeleech" newValue="true"/> <var name="torrentUrl"> <string value="https://"/> <var name="$baseUrl"/> <string value="torrent/download/"/> <var name="$torrentId"/> <string value="."/> <var name="passkey"/> </var> </linematched> <ignore> </ignore> </parseinfo>
`
STC.zip
The text was updated successfully, but these errors were encountered:
@RikT If you still need SCT to the tracker list, please open a issue here -> https://github.com/mkgeeky/autodl-trackers/issues With a updated .tracker file
Sorry, something went wrong.
No branches or pull requests
It would be great to add this tv tracker I can paste the tracker file
`
<trackerinfo
type="stc"
shortName="STC"
longName="skipthecommericals"
siteName="skipthecommericals.xyz"
follow302links="true"
`
STC.zip
The text was updated successfully, but these errors were encountered: