Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
1. With 'www.' in the URL
After looking at the outgoing request in the code, I realised that the
redirect_urlfrom the authorization calll was set to www.www.tlc.com, so I made another request without the 'www.' in the URL2. Without 'www.' in URL
3. With added cookie file to include
eosAnDescription
I am trying to download episodes from TLC.com but y-dl is returning some errors. I can watch the episode in my browser.
I see there is a TLC.de downloader, but that region doesn't have all the episodes that I want to download.
Looking at the code it seems that the URL given to y-dl needs to have the
www.part removed, so I tried again without that (Debug Log 2).I also tried with a cookie file generated by cookie.txt plugin and that came back with a different error (Debug Log 3)