-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not all the shows are retrieved / Support special episodes #6
Comments
The specials on the Steel Buddies page are just regular episodes that are retrived normally through the script. See this pic for example: The first listed special is just a regular episode from season 6. I don't know if there are any other shows with specials that behave differently. Please correct me if I'm wrong. |
Thanks, I'll look into it! In the meantime, a friend of mine wrote down the ID as "13466" for the XXL specials. |
Great, works fine for the XXL Specials. |
No prob, I looked into it but didn't found a good way to do it... It has a collectionId in the source code, but you have to contact another URL and it's incompatible with the class I wrote so I think this requires more work. |
For everyone who is looking for Unboxing 2: Michael packt aus!: ShowId is 16837 |
Here is a list of all currently available IDs: |
If someone is interested, I created a gist with all working ids for dmax, hgtv and tlcde. It will be updated once a week |
Excellent initiative. That makes things much easier. |
Consider the source code of the page https://dmax.de/sendungen/steel-buddies/
The dmax.py script retrieves all shows for
playertype="showPlayer"
showid="6023"
However there are more shows on the same page that are referenced by the following lines
playertype="collectionPlayer"
collectionid="steel-buddies-special-playlist"
Logically these shows won't be in the xlsx file.
Is it possible to include these too?
Cheers,
The text was updated successfully, but these errors were encountered: