Общая информация
Название REST APIs with Flask and Python
Тип
Размер 4.88Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
[TGx]Downloaded from torrentgalaxy.to .txt 585б
0
001 How to take this course.html 1.83Кб
002 Python on Windows.html 1.53Кб
003 Python on Mac.html 1.14Кб
004 Introduction to this section.en_US.srt 1.88Кб
004 Introduction to this section.mp4 5.24Мб
005 Access the code for this section here.html 1.22Кб
006 How-to-set-up-VSCode-with-Python.txt 86б
006 Variables in Python.en_US.srt 13.68Кб
006 Variables in Python.mp4 18.14Мб
007 The Coding Exercises for This Section.html 1.28Кб
008 [exercise_info] Variables.html 989б
008 [exercise_solution] Variables.zip 151б
008 [exercise] Variables.zip 221б
008 Solution to coding exercise_ Variables.en_US.srt 2.85Кб
008 Solution to coding exercise_ Variables.mp4 5.03Мб
009 String formatting in Python.en_US.srt 10.30Кб
009 String formatting in Python.mp4 16.71Мб
010 Formatting-numbers-for-printing-in-Python.txt 69б
010 Getting user input.en_US.srt 9.29Кб
010 Getting user input.mp4 13.79Мб
011 Writing our first Python app.en_US.srt 5.53Кб
011 Writing our first Python app.mp4 10.92Мб
012 Lists, tuples, and sets.en_US.srt 10.06Кб
012 Lists, tuples, and sets.mp4 20.48Мб
013 Advanced set operations.en_US.srt 7.06Кб
013 Advanced set operations.mp4 14.80Мб
014 [exercise_info] Lists, tuples, and sets.html 1.13Кб
014 [exercise_solution] Lists, tuples, and sets.zip 334б
014 [exercise] Lists, tuples, and sets.zip 310б
014 Solution to coding exercise_ Lists, tuples, sets.en_US.srt 6.80Кб
014 Solution to coding exercise_ Lists, tuples, sets.mp4 16.13Мб
015 Booleans in Python.en_US.srt 8.69Кб
015 Booleans in Python.mp4 16.36Мб
016 If statements.en_US.srt 13.96Кб
016 If statements.mp4 38.88Мб
017 The 'in' keyword in Python.en_US.srt 3.11Кб
017 The 'in' keyword in Python.mp4 7.33Мб
018 If statements with the 'in' keyword.en_US.srt 12.76Кб
018 If statements with the 'in' keyword.mp4 32.15Мб
019 Loops in Python.en_US.srt 19.39Кб
019 Loops in Python.mp4 37.19Мб
020 [exercise_info] Flow control—loops and ifs.html 1.22Кб
020 [exercise_solution] Flow control—loops and ifs.zip 324б
020 [exercise] Flow control—loops and ifs.zip 293б
020 Solution to coding exercise_ Flow control.en_US.srt 5.84Кб
020 Solution to coding exercise_ Flow control.mp4 11.30Мб
021 List comprehensions in Python.en_US.srt 11.60Кб
021 List comprehensions in Python.mp4 24.09Мб
022 Dictionaries.en_US.srt 13.62Кб
022 Dictionaries.mp4 26.76Мб
023 Destructuring-in-Python-Teclado-Blog.txt 54б
023 Destructuring variables.en_US.srt 13.22Кб
023 Destructuring variables.mp4 27.04Мб
024 Functions in Python.en_US.srt 17.58Кб
024 Functions in Python.mp4 35.99Мб
025 Function arguments and parameters.en_US.srt 12.65Кб
025 Function arguments and parameters.mp4 27.03Мб
026 Default parameter values.en_US.srt 6.67Кб
026 Default parameter values.mp4 13.38Мб
027 Functions returning values.en_US.srt 12.43Кб
027 Functions returning values.mp4 32.33Мб
028 [exercise_info] Functions.html 1.02Кб
028 [exercise_solution] Functions.zip 180б
028 [exercise] Functions.zip 313б
028 Solution to coding exercise_ Functions.en_US.srt 3.79Кб
028 Solution to coding exercise_ Functions.mp4 7.42Мб
029 Lambda functions in Python.en_US.srt 13.20Кб
029 Lambda functions in Python.mp4 25.20Мб
030 Dictionary comprehensions.en_US.srt 6.38Кб
030 Dictionary comprehensions.mp4 15.50Мб
031 [exercise_info] Dictionaries and students.html 1.09Кб
031 [exercise_solution] Dictionaries and students.zip 333б
031 [exercise] Dictionaries and students.zip 564б
031 Solution to coding exercise_ Dictionaries.en_US.srt 10.08Кб
031 Solution to coding exercise_ Dictionaries.mp4 26.32Мб
032 Unpacking arguments.en_US.srt 15.94Кб
032 Unpacking arguments.mp4 40.40Мб
033 Unpacking keyword arguments.en_US.srt 14.11Кб
033 Unpacking keyword arguments.mp4 33.50Мб
034 Object-Oriented Programming in Python.en_US.srt 24.37Кб
034 Object-Oriented Programming in Python.mp4 78.57Мб
035 Magic methods_ __str__ and __repr__.en_US.srt 10.39Кб
035 Magic methods_ __str__ and __repr__.mp4 27.33Мб
036 [exercise_info] Classes and objects.html 1.43Кб
036 [exercise_solution] Classes and objects.zip 285б
036 [exercise] Classes and objects.zip 353б
036 Solution to coding exercise_ Classes and objects.en_US.srt 7.59Кб
036 Solution to coding exercise_ Classes and objects.mp4 20.95Мб
037 @classmethod and @staticmethod.en_US.srt 23.94Кб
037 @classmethod and @staticmethod.mp4 62.54Мб
038 [exercise_info] @classmethod and @staticmethod.html 1.87Кб
038 [exercise_solution] @classmethod and @staticmethod.zip 385б
038 [exercise] @classmethod and @staticmethod.zip 433б
038 Solution to coding exercise_ @classmethod and @staticmethod.en_US.srt 8.88Кб
038 Solution to coding exercise_ @classmethod and @staticmethod.mp4 23.78Мб
039 Class inheritance.en_US.srt 13.51Кб
039 Class inheritance.mp4 38.30Мб
040 Class composition.en_US.srt 9.42Кб
040 Class composition.mp4 26.67Мб
041 Type hinting in Python 3.5+.en_US.srt 8.68Кб
041 Type hinting in Python 3.5+.mp4 21.24Мб
042 Imports in Python.en_US.srt 15.26Кб
042 Imports in Python.mp4 91.55Мб
043 Relative imports in Python.en_US.srt 14.02Кб
043 Relative imports in Python.mp4 39.90Мб
044 Errors in Python.en_US.srt 21.04Кб
044 Errors in Python.mp4 70.70Мб
045 Custom error classes.en_US.srt 8.38Кб
045 Custom error classes.mp4 30.26Мб
046 First-class functions.en_US.srt 12.85Кб
046 First-class functions.mp4 33.85Мб
047 Simple decorators in Python.en_US.srt 11.26Кб
047 Simple decorators in Python.mp4 31.79Мб
048 The 'at' syntax for decorators.en_US.srt 5.95Кб
048 The 'at' syntax for decorators.mp4 20.57Мб
049 Decorating functions with parameters.en_US.srt 4.06Кб
049 Decorating functions with parameters.mp4 8.77Мб
050 Decorators with parameters.en_US.srt 7.98Кб
050 Decorators with parameters.mp4 18.96Мб
051 Mutability in Python.en_US.srt 9.33Кб
051 Mutability in Python.mp4 15.83Мб
052 Mutable default parameters (and why they're a bad idea).en_US.srt 6.98Кб
052 Mutable default parameters (and why they're a bad idea).mp4 14.02Мб
053 What is an API_.html 1.69Кб
054 Installing Flask.en_US.srt 2.98Кб
054 Installing Flask.mp4 4.42Мб
055 Access the code for this section here.html 976б
056 Your first Flask application.en_US.srt 15.19Кб
056 Your first Flask application.mp4 17.58Мб
057 HTTP Verbs.en_US.srt 14.93Кб
057 HTTP Verbs.mp4 21.79Мб
058 REST Principles.en_US.srt 12.03Кб
058 REST Principles.mp4 16.52Мб
059 Creating our application endpoints.en_US.srt 11.17Кб
059 Creating our application endpoints.mp4 26.02Мб
060 Returning a list of stores.en_US.srt 9.68Кб
060 Returning a list of stores.mp4 22.82Мб
061 Implementing other endpoints.en_US.srt 13.88Кб
061 Implementing other endpoints.mp4 33.24Мб
062 Calling the API from JavaScript.en_US.srt 10.76Кб
062 Calling the API from JavaScript.mp4 26.61Мб
062 index.html.zip 1.24Кб
063 Using Postman for API testing.en_US.srt 16.64Кб
063 Using Postman for API testing.mp4 98.45Мб
064 Virtualenvs and setting up Flask-RESTful.en_US.srt 11.78Кб
064 Virtualenvs and setting up Flask-RESTful.mp4 79.52Мб
065 Access the code for this section here.html 996б
066 Your first Flask-RESTful app.en_US.srt 15.58Кб
066 Your first Flask-RESTful app.mp4 23.71Мб
067 Test-first API design—what is that_.en_US.srt 15.34Кб
067 Test-first API design—what is that_.mp4 29.94Мб
068 Creating our Item Resource.en_US.srt 15.21Кб
068 Creating our Item Resource.mp4 57.64Мб
069 The ItemList and creating Items.en_US.srt 10.07Кб
069 The ItemList and creating Items.mp4 31.63Мб
070 Improving code and error control.en_US.srt 10.72Кб
070 Improving code and error control.mp4 29.30Мб
071 Authentication and logging in—part 1.en_US.srt 16.61Кб
071 Authentication and logging in—part 1.mp4 51.59Мб
072 Authentication and logging in—part 2.en_US.srt 9.84Кб
072 Authentication and logging in—part 2.mp4 30.02Мб
073 DELETE to delete Items.en_US.srt 6.60Кб
073 DELETE to delete Items.mp4 23.41Мб
074 PUT to create or update Items.en_US.srt 5.93Кб
074 PUT to create or update Items.mp4 23.54Мб
075 Advanced request parsing with Flask-RESTful.en_US.srt 9.48Кб
075 Advanced request parsing with Flask-RESTful.mp4 28.93Мб
076 Optimising our final code and request parsing.en_US.srt 5.71Кб
076 Optimising our final code and request parsing.mp4 18.50Мб
077 Setting up our project.en_US.srt 5.23Кб
077 Setting up our project.mp4 33.21Мб
078 Access the code for this section here.html 1.22Кб
079 Running a SQLite database and interacting with it from Python.en_US.srt 17.33Кб
079 Running a SQLite database and interacting with it from Python.mp4 44.38Мб
080 Logging in and retrieving Users from a database.en_US.srt 27.02Кб
080 Logging in and retrieving Users from a database.mp4 65.73Мб
081 Signing up and writing Users to a database.en_US.srt 19.17Кб
081 Signing up and writing Users to a database.mp4 84.52Мб
082 Preventing duplicate usernames when signing users up.en_US.srt 3.74Кб
082 Preventing duplicate usernames when signing users up.mp4 13.03Мб
083 Retrieving our Item resources from a database.en_US.srt 13.31Кб
083 Retrieving our Item resources from a database.mp4 44.00Мб
084 Writing our Item resources to a database.en_US.srt 19.43Кб
084 Writing our Item resources to a database.mp4 95.31Мб
085 Deleting our Item resources from the database.en_US.srt 5.92Кб
085 Deleting our Item resources from the database.mp4 19.84Мб
086 Refactoring insertion of items.en_US.srt 6.65Кб
086 Refactoring insertion of items.mp4 22.21Мб
087 The PUT method with database interaction.en_US.srt 7.40Кб
087 The PUT method with database interaction.mp4 21.44Мб
088 Retrieving many items from the database.en_US.srt 10.07Кб
088 Retrieving many items from the database.mp4 26.47Мб
089 Advanced Flask-JWT Configuration.html 1.25Кб
089 Flask-JWT-Configuration-Tutorial.pdf 95.67Кб
090 Access the code for this section here.html 996б
091 Setting up this section's project.en_US.srt 9.23Кб
091 Setting up this section's project.mp4 58.53Мб
092 Improving the project structure and maintainability.en_US.srt 7.72Кб
092 Improving the project structure and maintainability.mp4 16.00Мб
093 Creating User and Item models.en_US.srt 30.32Кб
093 Creating User and Item models.mp4 117.48Мб
094 Verifying the app works after our changes.en_US.srt 6.87Кб
094 Verifying the app works after our changes.mp4 30.77Мб
095 Advanced Postman_ environments and tests.en_US.srt 14.88Кб
095 Advanced Postman_ environments and tests.mp4 39.99Мб
096 Errata_ small mistake in code in the next video.html 1.22Кб
097 Telling SQLAlchemy about our tables and columns.en_US.srt 16.17Кб
097 Telling SQLAlchemy about our tables and columns.mp4 42.51Мб
098 Implementing the ItemModel using SQLAlchemy.en_US.srt 19.36Кб
098 Implementing the ItemModel using SQLAlchemy.mp4 74.42Мб
099 Implementing the UserModel using SQLAlchemy.en_US.srt 14.44Кб
099 Implementing the UserModel using SQLAlchemy.mp4 39.96Мб
1 16б
10 966.49Кб
100 877.64Кб
100 Easily displaying the ItemList resource with SQLAlchemy.en_US.srt 7.78Кб
100 Easily displaying the ItemList resource with SQLAlchemy.mp4 20.76Мб
101 428.63Кб
101 No more creating tables manually—telling SQLAlchemy to create tables.en_US.srt 4.26Кб
101 No more creating tables manually—telling SQLAlchemy to create tables.mp4 13.61Мб
102 732.75Кб
102 Creating a new model_ StoreModel.en_US.srt 17.98Кб
102 Creating a new model_ StoreModel.mp4 49.14Мб
103 143.76Кб
103 Creating the Store Resource.en_US.srt 13.18Кб
103 Creating the Store Resource.mp4 37.08Мб
104 295.38Кб
104 Final testing of this section's API.en_US.srt 8.62Кб
104 Final testing of this section's API.mp4 33.14Мб
105 492.67Кб
105 Installing Git on Mac and Windows.en_US.srt 5.58Кб
105 Installing Git on Mac and Windows.mp4 22.28Мб
106 651.89Кб
106 What is a Git repository_.en_US.srt 8.07Кб
106 What is a Git repository_.mp4 12.63Мб
107 893.27Кб
107 The Git workflow—part 1.en_US.srt 6.81Кб
107 The Git workflow—part 1.mp4 12.10Мб
108 5.00Кб
108 The Git workflow—part 2, including GitHub.en_US.srt 7.96Кб
108 The Git workflow—part 2, including GitHub.mp4 22.14Мб
109 170.44Кб
109 Using SSH keys for security.en_US.srt 8.91Кб
109 Using SSH keys for security.mp4 21.11Мб
11 590.16Кб
110 513.88Кб
110 The README file.en_US.srt 8.64Кб
110 The README file.mp4 16.86Мб
111 207.63Кб
111 Access the code for this section here.html 820б
112 268.91Кб
112 Heroku-Tutorial.pdf 232.73Кб
112 What is Heroku_.en_US.srt 9.83Кб
112 What is Heroku_.mp4 12.14Мб
113 1002.45Кб
113 Getting our code into GitHub.en_US.srt 11.29Кб
113 Getting our code into GitHub.mp4 32.34Мб
114 214.86Кб
114 Setting up Heroku for Flask.en_US.srt 7.64Кб
114 Setting up Heroku for Flask.mp4 17.28Мб
115 398.44Кб
115 Adding the required files to the project.en_US.srt 16.33Кб
115 Adding the required files to the project.mp4 33.76Мб
116 632.91Кб
116 Logs in Heroku and troubleshooting errors.en_US.srt 12.44Кб
116 Logs in Heroku and troubleshooting errors.mp4 125.88Мб
117 993.44Кб
117 Testing the deployed API with Postman.en_US.srt 5.65Кб
117 Testing the deployed API with Postman.mp4 11.33Мб
118 381.66Кб
118 Adding PostgreSQL to our Heroku app.en_US.srt 13.10Кб
118 Adding PostgreSQL to our Heroku app.mp4 41.61Мб
119 884.68Кб
119 Working with Git and automatic deploys.en_US.srt 9.58Кб
119 Working with Git and automatic deploys.mp4 74.35Мб
12 489.71Кб
120 918.44Кб
120 DigitalOcean-Tutorial.pdf 219.20Кб
120 Setting up a DigitalOcean server.en_US.srt 19.45Кб
120 Setting up a DigitalOcean server.mp4 42.81Мб
121 200.68Кб
121 Want to deploy to AWS_.html 4.17Кб
122 514.77Кб
122 Copy-pastable-commands.txt 130б
122 How-To-Deploy-Python-App-Using-uWSGI-And-Nginx.pdf 281.42Кб
122 Installing PostgreSQL in Ubuntu 16.04.en_US.srt 11.31Кб
122 Installing PostgreSQL in Ubuntu 16.04.mp4 97.15Мб
123 686.35Кб
123 Copy-pastable-commands.txt 129б
123 Creating a UNIX user in Ubuntu 16.04.en_US.srt 11.57Кб
123 Creating a UNIX user in Ubuntu 16.04.mp4 33.68Мб
124 721.33Кб
124 Copy-pastable-commands.txt 147б
124 Setting up our new user with PostgreSQL permissions.en_US.srt 12.05Кб
124 Setting up our new user with PostgreSQL permissions.mp4 88.42Мб
125 78.75Кб
125 Copy-pastable-commands.txt 129б
125 Setting up nginx and our REST API.en_US.srt 26.47Кб
125 Setting up nginx and our REST API.mp4 247.03Мб
126 235.52Кб
126 Copy-pastable-commands.txt 132б
126 Setting up uWSGI to run our REST API.en_US.srt 33.89Кб
126 Setting up uWSGI to run our REST API.mp4 93.85Мб
127 595.98Кб
127 Testing our API to make sure everything works.en_US.srt 9.11Кб
127 Testing our API to make sure everything works.mp4 19.94Мб
128 683.73Кб
128 Welcome to this section.html 1.19Кб
129 778.58Кб
129 Security in REST APIs e-book.html 879б
13 489.38Кб
130 927.30Кб
130 Getting our domain name.en_US.srt 9.14Кб
130 Getting our domain name.mp4 28.10Мб
131 997.94Кб
131 Setting up Cloudflare.en_US.srt 11.26Кб
131 Setting up Cloudflare.mp4 42.66Мб
132 What is DNS_.en_US.srt 7.16Кб
132 What is DNS_.mp4 19.81Мб
133 Setting our DNS records.en_US.srt 11.06Кб
133 Setting our DNS records.mp4 53.38Мб
134 Verifying everything works—this is important!.en_US.srt 2.31Кб
134 Verifying everything works—this is important!.mp4 5.09Мб
135 Creating our SSL certificate in Cloudflare.en_US.srt 4.61Кб
135 Creating our SSL certificate in Cloudflare.mp4 26.63Мб
136 Configuring nginx for SSL.en_US.srt 16.83Кб
136 Configuring nginx for SSL.mp4 127.46Мб
137 [quiz] Security in REST APIs.html 11.29Кб
137 Extra technical SSL resources.html 1.37Кб
138 Conclusion of this section.html 745б
139 Welcome to this section.html 1.63Кб
14 439.69Кб
140 1-recap-of-code.zip 21.05Кб
140 A recap of the code + a few changes!.en_US.srt 18.21Кб
140 A recap of the code + a few changes!.mp4 97.37Мб
140 Start-and-end-code-for-this-lecture.txt 95б
141 2-adding-user-resource-for-testing.zip 13.10Кб
141 Creating a User Resource for testing.en_US.srt 10.24Кб
141 Creating a User Resource for testing.mp4 45.02Мб
141 Start-and-end-code-for-this-lecture.txt 114б
142 Testing our new Resource with Postman.en_US.srt 8.78Кб
142 Testing our new Resource with Postman.mp4 23.08Мб
143 3-login-with-flask-jwt-extended.zip 13.29Кб
143 Logging in with Flask-JWT-Extended.en_US.srt 24.43Кб
143 Logging in with Flask-JWT-Extended.mp4 91.06Мб
143 Start-and-end-code-for-this-lecture.txt 111б
144 Testing the login with Postman.en_US.srt 4.45Кб
144 Testing the login with Postman.mp4 11.50Мб
145 4-adding-claims.zip 12.45Кб
145 Adding JWT Claims.en_US.srt 12.05Кб
145 Adding JWT Claims.mp4 73.71Мб
145 Start-and-end-code-for-this-lecture.txt 95б
146 5-jwt-optional.zip 13.29Кб
146 Getting the JWT identity in and endpoint and @jwt_optional.en_US.srt 7.36Кб
146 Getting the JWT identity in and endpoint and @jwt_optional.mp4 24.87Мб
146 Start-and-end-code-for-this-lecture.txt 94б
147 What is a fresh token_.en_US.srt 10.31Кб
147 What is a fresh token_.mp4 14.74Мб
148 7-token-refresh.zip 13.55Кб
148 Performing token refresh in our REST API.en_US.srt 13.69Кб
148 Performing token refresh in our REST API.mp4 39.56Мб
148 Start-and-end-code-for-this-lecture.txt 95б
149 8-requiring-a-fresh-token.zip 14.46Кб
149 Requiring a fresh token in an endpoint.en_US.srt 4.31Кб
149 Requiring a fresh token in an endpoint.mp4 11.80Мб
149 Start-and-end-code-for-this-lecture.txt 105б
15 592.87Кб
150 9-customizing-callbacks-and-responses.zip 15.55Кб
150 Customizing Flask-JWT-Extended callbacks and responses.en_US.srt 11.92Кб
150 Customizing Flask-JWT-Extended callbacks and responses.mp4 33.95Мб
150 Start-and-end-code-for-this-lecture.txt 117б
151 10-blacklisting.zip 15.07Кб
151 Blacklisting with Flask-JWT-Extended.en_US.srt 8.23Кб
151 Blacklisting with Flask-JWT-Extended.mp4 35.49Мб
151 Start-and-end-code-for-this-lecture.txt 95б
152 11-logging-users-out.zip 26.74Кб
152 Logging users out in our REST API.en_US.srt 9.46Кб
152 Logging users out in our REST API.mp4 34.96Мб
152 Start-and-end-code-for-this-lecture.txt 100б
153 E-book_ complete review of the API so far.html 1005б
154 Flask-JWT-Extended further reading.html 1.11Кб
155 Bonus lecture_ other courses and next steps.html 3.64Кб
16 669.78Кб
17 296.92Кб
18 309.30Кб
19 274.13Кб
2 30б
20 471.23Кб
21 482.22Кб
22 366.64Кб
23 638.49Кб
24 416.15Кб
25 876.43Кб
26 1006.06Кб
27 636.46Кб
28 3.21Кб
29 194.58Кб
3 22б
30 347.51Кб
31 501.33Кб
32 399.71Кб
33 616.29Кб
34 6.65Кб
35 39.73Кб
36 105.69Кб
37 454.36Кб
38 121.71Кб
39 719.60Кб
4 205.32Кб
40 828.29Кб
41 943.64Кб
42 11.40Кб
43 523.63Кб
44 40.43Кб
45 50.55Кб
46 151.80Кб
47 249.05Кб
48 331.22Кб
49 512.06Кб
5 640.83Кб
50 773.30Кб
51 810.44Кб
52 881.75Кб
53 680.56Кб
54 682.52Кб
55 866.04Кб
56 211.68Кб
57 376.82Кб
58 238.44Кб
59 758.53Кб
6 866.16Кб
60 998.50Кб
61 58.87Кб
62 720.47Кб
63 70.19Кб
64 918.50Кб
65 681.75Кб
66 985.21Кб
67 997.83Кб
68 249.13Кб
69 341.12Кб
7 707.13Кб
70 380.23Кб
71 401.02Кб
72 538.02Кб
73 693.25Кб
74 1002.85Кб
75 818.72Кб
76 128.32Кб
77 933.49Кб
78 224.84Кб
79 301.96Кб
8 148.63Кб
80 469.53Кб
81 601.82Кб
82 939.00Кб
83 185.97Кб
84 735.04Кб
85 806.90Кб
86 879.97Кб
87 211.94Кб
88 576.37Кб
89 782.68Кб
9 460.71Кб
90 914.64Кб
91 47.79Кб
92 244.99Кб
93 436.09Кб
94 531.05Кб
95 62.53Кб
96 165.14Кб
97 194.90Кб
98 40.28Кб
99 509.00Кб
TutsNode.com.txt 63б
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент