Skip to content

Instantly share code, notes, and snippets.

@Twoure
Created April 12, 2016 02:43
Show Gist options
  • Select an option

  • Save Twoure/db363d3ddb40c64a49949ad5c4eceeef to your computer and use it in GitHub Desktop.

Select an option

Save Twoure/db363d3ddb40c64a49949ad5c4eceeef to your computer and use it in GitHub Desktop.
LetMeWatchThis.bundle ServiceInfo Patch
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>URL</key>
<dict>
<key>LMWT</key>
<dict>
<key>URLPatterns</key>
<array>
<!-- Normal site -->
<string>http://(www\.)?(letmewatchthis\.ch|primewire\.ag)/goto.php\?</string>
<!-- Needed for alternative site URLs -->
<string>https?://.*/goto.php\?.*((title=[^&amp;]*|url=[^&amp;]*|domain=[^&amp;]*)&amp;?){3,3}</string>
<string>http://providerinfo.lmwt/</string>
</array>
</dict>
<key>PutLocker</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(putlocker|sockshare)\.com/</string>
<string>http://providerinfo\.(putlocker|sockshare)\.com/.*(lmwt)</string>
</array>
</dict>
<key>ShareRepo</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?sharerepo.com/</string>
<string>http://providerinfo\.sharerepo\.com/.*(lmwt)</string>
</array>
</dict>
<key>Zalaa</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(zalaa|uploadc)\.com/[\d\w]{5,}</string>
<string>http://providerinfo\.(zalaa|uploadc)\.com/.*(lmwt)</string>
</array>
</dict>
<key>MovPod</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(movpod|daclips|gorillavid)\.(com|in|net)/[\d\w]{5,}</string>
<string>http://providerinfo\.(movpod|daclips|gorillavid)\.(com|in|net)/.*(lmwt)</string>
</array>
</dict>
<!-- Temporarily disable whilst we work out how to display captcha to users...
<key>VidBux</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(vidbux|vidxden)\.com/[\d\w]{5,}</string>
<string>http://providerinfo\.(vidbux|vidxden)\.com/.*(lmwt)</string>
</array>
</dict>
-->
<key>MovShare</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?movshare\.net/(\d+/)?video/[\d\w]{5,}</string>
<string>http://(www\.)?novamov\.com/video/[\d\w]{5,}</string>
<string>http://(www\d{0,2}\.)?nowvideo\.eu/video/[\d\w]{5,}</string>
<string>http://(www\.)?divxstage\.eu/video/[\d\w]{5,}</string>
<string>http://(www\.)?videoweed\.es/file/[\d\w]{5,}</string>
<string>http://providerinfo\.movshare\.net/.*(lmwt)</string>
<string>http://providerinfo\.novamov\.com/.*(lmwt)</string>
<string>http://providerinfo\.nowvideo\.eu/.*(lmwt)</string>
<string>http://providerinfo\.divxstage\.eu/.*(lmwt)</string>
<string>http://providerinfo\.videoweed\.es/.*(lmwt)</string>
</array>
</dict>
<key>VidHog</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(vidhog)\.(com|net)/[\d\w]{8,}</string>
<string>http://providerinfo\.(vidhog)\.(com|net)/.*(lmwt)</string>
</array>
</dict>
<key>ShareSix</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(sharesix|filenuke)\.com/[\d\w]{8,}</string>
<string>http://(www\.)?(sharesix|filenuke)\.com/f/[\d\w]{6,}</string>
<string>http://providerinfo\.(sharesix|filenuke)\.com/.*(lmwt)</string>
</array>
</dict>
<key>PromptFile</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(promptfile)\.com/l/[0-9A-F]*-[0-9A-F]*</string>
<string>http://providerinfo\.(promptfile)\.com/.*(lmwt)</string>
</array>
</dict>
<key>VuReel</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?(vureel)\.com/video/[\d]{4,}</string>
<string>http://providerinfo\.(vureel)\.com/.*(lmwt)</string>
</array>
</dict>
<!-- Temporarily disabled until IceFilms CAPTCHA code is ported over.
<key>BillionUploads</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?billionuploads.com</string>
<string>http://providerinfo\.billionuploads\.com/.*(lmwt)</string>
</array>
</dict>
-->
<key>TheFile</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?thefile.me</string>
<string>http://providerinfo\.thefile\.me/.*(lmwt)</string>
</array>
</dict>
<key>NOSVideo</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://(www\.)?nosvideo.com</string>
<string>http://providerinfo\.nosvideo\.com/.*(lmwt)</string>
</array>
</dict>
<!--
Simple provider that's only here to say that these URLs are supported.
Actual support is provided by Plex out of the box
-->
<key>PlexBuiltin</key>
<dict>
<key>URLPatterns</key>
<array>
<string>http://providerinfo\.youtube\.com/.*(lmwt)</string>
<string>http://providerinfo\.vimeo\.com/.*(lmwt)</string>
<string>http://providerinfo\.dailymotion\.com/.*(lmwt)</string>
</array>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment