Git Product home page Git Product logo

Comments (8)

AlbionWhite07 avatar AlbionWhite07 commented on July 24, 2024 1

@basimaslamts In aria.sh

from python-aria-mirror-bot.

hjyoung1 avatar hjyoung1 commented on July 24, 2024 1

Note from python mirror telegram group.

In aria.sh file add this at beginning:

export trackers="[udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.leechers-paradise.org:6969/announce,udp://tracker.opentrackr.org:1337/announce,udp://p4p.arenabg.com:1337/announce,udp://9.rarbg.to:2710/announce,udp://9.rarbg.me:2710/announce,udp://tracker.pomf.se:80/announce,udp://tracker.openbittorrent.com:80/announce,udp://exodus.desync.com:6969/announce,udp://tracker.tiny-vps.com:6969/announce,udp://tracker.moeking.me:6969/announce,udp://retracker.lanta-net.ru:2710/announce,udp://open.stealth.si:80/announce,udp://denis.stalker.upeer.me:6969/announce,udp://tracker.torrent.eu.org:451/announce,udp://tracker.cyberia.is:6969/announce,udp://open.demonii.si:1337/announce,udp://ipv4.tracker.harry.lu:80/announce,udp://tracker3.itzmx.com:6961/announce,udp://zephir.monocul.us:6969/announce]"

Then in the cmd add --bt-tracker=$trackers

from python-aria-mirror-bot.

basimaslamts avatar basimaslamts commented on July 24, 2024

Could u elaborate on what heads I should add default trackers? Or should I hve to create one

from python-aria-mirror-bot.

basimaslamts avatar basimaslamts commented on July 24, 2024

Could u elaborate on what heads I should add default trackers? Or should I hve to create one. Thanks 😊 for response

from python-aria-mirror-bot.

TorrentW avatar TorrentW commented on July 24, 2024

start.sh: line 1: -Ns: command not found
Add this to beginning of start.sh script

tracker_list=curl -Ns https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt | awk '$1' | tr '\n' ',' | cat
export tracker="[$tracker_list]"

Then just add at the end of aria.sh --bt-tracker=$trackers
used this method

from python-aria-mirror-bot.

krishne35 avatar krishne35 commented on July 24, 2024

start.sh: line 1: -Ns: command not found
Add this to beginning of start.sh script

tracker_list=curl -Ns https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_all.txt | awk '$1' | tr '\n' ',' | cat
export tracker="[$tracker_list]"

Then just add at the end of aria.sh --bt-tracker=$trackers
used this method

Chek if you have curl installed on docker image

from python-aria-mirror-bot.

TorrentW avatar TorrentW commented on July 24, 2024

yes installed

from python-aria-mirror-bot.

krishne35 avatar krishne35 commented on July 24, 2024

yes installed

Share your start.sh file

from python-aria-mirror-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.