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.
Is youtube-dl used by any browser plugins? #6002
Comments
|
I don't know. |
|
Thanks for the reply. Not sure why but this happens regularly for this user, reliably 1-2 seconds after every page request, over the course of several hours. We don't have youtube videos on any of our pages so not sure why they would go to the trouble. Any other thoughts? |
|
If the first request is actually from browsing (ie not some tool downloading just the webpage, it's strange. Maybe he tried to automate the download and it's failing. |
Hi,
Bizarre question but we are seeing an issue where a suspicious browser agent string accesses our service from a client's IP address about 2 seconds after a request from Chrome. The weird user agent seems to match that which is reported by youtube-dl (or perhaps an older version of it) so just wondering whether this might be related to some kind of youtube downloader browser plugin which uses youtube-dl code internally is grabbing a copy of the page after loading:
Initial request, presumably legitimate from Chrome:
Second request, strange user agent:
Both from the same IP address.
This happens repeatedly throughout the logs and it is causing havoc with our user tracking code and causing this guy to be logged off for duplicate sign ins regularly.
It could just be a massive coincidence but I'm guessing not. Any help in identifying the browser extension at fault would be gratefully received.