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

Returns only Partial Episode Name List #2

Open
ceberous opened this issue May 14, 2016 · 0 comments
Open

Returns only Partial Episode Name List #2

ceberous opened this issue May 14, 2016 · 0 comments

Comments

@ceberous
Copy link
Owner

For one reason or another , they split the request into secondary part. Possibly to avoid web crawlers.

Anyway, some aditional post request is needed before sending back a "raw" body response
via : /api/searchTVShow/:showID
its some post @ http://thewatchseries.to/show/load-more-links
with x-www-form-urlencoded data resembling something like this. However, i'm not sure still where the season object comes from, or who in the hell ever calls loadMoreLinks(season)

{
'show_id' : 7651,
'season' : season,
'order' : 'orderDescendingBoth'
},

Then we need to execute a jquery command , well actually multiple javascript execs and jquery execs on the 2nd returned response. And then finally send back an "updated" , "raw" body response. And the client side parser "should" theoretically parse it as normal.

Basically its just updating the "unkown" , "placeholder" episode names

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

No branches or pull requests

1 participant