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
Description
The newer AOL video URL formats (as in my log output) are not working. This kind of AOL URL is "not" included in the AOL extractor tests.
Older URL formats are still working. E.g., a comparable URL for the above "non-working" video URL is https://www.aol.com/video/playlist/PL5616/5f6501b96f94b92ebdd3f68f/ . This kind of URL can still be downloaded, but this URL format is no longer actively used on the AOL site.
I've done some digging around, and it seems that the source code for the different URL formats is different. I tried to identify clues for downloading videos from the new URL format. I searched the page source JSON, but I could find no obvious video information. I'm guessing that the video info is embedded in an external JS script?
Hope you guys can fix this! Thanks!