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

Feature/fix behondhd #7323

Merged
merged 6 commits into from
Nov 8, 2019
Merged

Feature/fix behondhd #7323

merged 6 commits into from
Nov 8, 2019

Conversation

p0psicles
Copy link
Contributor

@p0psicles p0psicles commented Nov 8, 2019

  • PR is based on the DEVELOP branch
  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
  • Read the contribution guide

.format(provider_url=self.name, required_cookies=self.required_cookies)
}
if self.required_cookies:
if self.name != 'Beyond-HD':
Copy link
Contributor Author

Choose a reason for hiding this comment

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

For now beyond-hd is the only one with a cookie name like: remember_web_59ba36addc2b2f9401580f01445acd8ea4e30af9d. So I had to make an exception for this provider.

@@ -111,14 +112,17 @@ def parse(self, data, mode):
cells = result('td')

try:
link = cells[1].find('div')
if len(cells) < 2:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is an hidden tr at the end with one td.

@p0psicles p0psicles added this to the 0.3.6 milestone Nov 8, 2019
@p0psicles

This comment has been minimized.

@medariox medariox merged commit 959d340 into develop Nov 8, 2019
@medariox medariox deleted the feature/fix-behondhd branch November 8, 2019 20:59
@emaw003
Copy link

emaw003 commented Nov 18, 2019

Hey. I'm getting the error: [80b323e] Cookie is not correctly formatted: **********.

I'm just copying and pasting the "remember_web_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" from BHD. Am I doing something wrong? Thanks!

@p0psicles
Copy link
Contributor Author

It's key=value. You probably only have the key.
But. It's already reported the cookie is for some reason expiring after one day. We still need to look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants