Skip to content

Commit

Permalink
install: ruTorrent and other related apps hint
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Sep 8, 2017
1 parent 8b2f631 commit 36c9b77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/examples/completion-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ pattern = re.compile(
r"^(?P<title>.+?)[. ](?P<year>\d{4})"
r"(?:[._ ](?P<release>UNRATED|REPACK|INTERNAL|PROPER|LIMITED|RERiP))*"
r"(?:[._ ](?P<format>480p|576p|720p|1080p|1080i|2160p))?"
r"(?:[._ ](?P<srctag>[a-z]{1,9}))?"
r"(?:[._ ](?P<source>BDRip|BRRip|HDRip|DVDRip|DVD[59]?|PAL|NTSC|Web|WebRip|WEB-DL|Blu-ray|BluRay|BD25|BD50))"
r"(?:[._ ](?P<sound1>MP3|DD5.1|AC3|AAC(?:2.0)?|FLAC(?:2.0)?|DD.?2\.0|DTS(?:-HD)?))?"
r"(?:[._ ](?P<sound1>MP3|DD.?[25]\.[01]|AC3|AAC(?:2.0)?|FLAC(?:2.0)?|DTS(?:-HD)?))?"
r"(?:[._ ](?P<codec>xvid|divx|avc|x264|h\.?264|hevc|h\.?265))"
r"(?:[._ ](?P<sound2>MP3|DD5.1|AC3|AAC(?:2.0)?|FLAC(?:2.0)?|DD.?2\.0|DTS(?:-HD)?))?"
r"(?:[._ ](?P<sound2>MP3|DD.?[25]\.[01]|AC3|AAC(?:2.0)?|FLAC(?:2.0)?|DTS(?:-HD)?))?"
r"(?:[-.](?P<group>.+?))"
r"(?P<extension>\.avi|\.mkv|\.mp4|\.m4v)?$", re.I
)
Expand Down
4 changes: 3 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Installation Guide
==================

This chapter has some pointers to common ways of installing
*rTorrent* on your machine. It does not provide yet another way to do that,
*rTorrent* on your machine
– and in many cases, also ruTorrent and other related apps and services.
It does not provide yet another way to do that,
because there already are plentiful and redundant sources out there.


Expand Down

0 comments on commit 36c9b77

Please sign in to comment.