Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add
hulu.py
, working as similarly as possible to other existing services (CR/HIDIVE), I figured this could be needed as we have an exclusive series this season and it may happen again in the future.(Technically it's also on D+, but I have no idea how to get data from that one)
Include some explanation of how the relevant data is scraped from the show's page, as well as two examples from Heavenly Delusions and Attack on Titan.
Two things observed based on the two series:
series name -> timedelta
put in place for such instances, defaulted to 0.remote_offset
probably takes care of it well enough, combined with the release date filtering out previous seasons.NOTES:
setup
command needs to be run in order to add Hulu to theServices
table.hulu|Hulu
should be replaced withhulu
, otherwise the link will be added to theLiteStreams
table, and two links to the same stream will be created in the post body.edit
command is run to add currently airing series, a new entry in theStreams
table will be created, and existing entries in theLiteStreams
table should be removed manually.