Skip to content
New issue

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

add tracker skipthecommericals #217

Open
RikT opened this issue Sep 24, 2022 · 1 comment
Open

add tracker skipthecommericals #217

RikT opened this issue Sep 24, 2022 · 1 comment

Comments

@RikT
Copy link

RikT commented Sep 24, 2022

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

@mkgeeky
Copy link

mkgeeky commented May 7, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants