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 login_cookie to yggtorrent #422

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

antonsoroko
Copy link
Contributor

No description provided.

@antonsoroko
Copy link
Contributor Author

@elgatito как ни странно, добавление login_cookie тут ломает скачивание торрент файлов.

@antonsoroko antonsoroko reopened this May 11, 2024
@antonsoroko
Copy link
Contributor Author

antonsoroko commented May 11, 2024

@elgatito i found the issue: i had to remove initial_url in yggtorrent to make login_cookie work. otherwise we open initial_url first and get cookies and then we try to use these still anonymous cookies instead of login.

@@ -3226,6 +3226,7 @@
"general_query": "&c=0",
"language": "ru",
"languages": "ru",
"initial_url": "/",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just to keep it as example, so i moved it to disabled provider.

@elgatito elgatito merged commit ea447ef into elgatito:master Jun 26, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants