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.
Feature Request, addition to dump-pages #15471
Comments
|
|
|
Before posting, I read the documentation, and I thought that parameter would do what I wanted. Instead, it actually does nothing. So maybe that's a bug? C:>youtube-dl "https://www.youtube.com/watch?v=r7pqc26TWAg" -f worst C:>youtube-dl "https://www.youtube.com/watch?v=r7pqc26TWAg" -f worst --print-traffic I intentionally left that out of my original post because I wasn't certain what it was supposed to do, and figured it was a separate issue for a separate thread. |
When running a command with the --dump-pages parameter, the response body is printed, base64 encoded. I would also like to see the request body when that request was a POST. Maybe also list the headers used for each request.