vapor-core icon indicating copy to clipboard operation
vapor-core copied to clipboard

The core service providers and runtime client for Laravel Vapor.

Results 9 vapor-core issues
Sort by recently updated
recently updated
newest added

Hey guys, ran the `cargo install youtube-downloader` commands without any success. please see below. ```error: failed to run custom build command for openssl v0.9.24 Caused by: process didn't exit successfully:...

Hallo, just downloaded the code and wanted to try it and got this. ``` error[E0713]: borrow may still be in use when destructor runs --> /home/cboseck/.cargo/registry/src/github.com-1ecc6299db9ec823/url-1.4.0/src/form_urlencoded.rs:246:40 | 244 | impl...

Example: https://www.youtube.com/watch?v=H5EnhW_HQqA No results for regular or adaptive streams, but pytube discovers: ``` pi@raspberrypi:~/rust-youtube-downloader $ pytube https://www.youtube.com/watch?v=H5EnhW_HQqA --list ```

Added --quality cli option, also the program now checks if the user input for the quality is out of range.

For example ``` $ cargo run -- https://www.youtube.com/watch?v=VNdHd1asf9s 0- hd720 video/mp4; codecs="avc1.64001F, mp4a.40.2" 1- medium video/webm; codecs="vp8.0, vorbis" 2- medium video/mp4; codecs="avc1.42001E, mp4a.40.2" 3- small video/3gpp; codecs="mp4v.20.3, mp4a.40.2" 4- small...

$ cargo run -- l6zpi90IT1g Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs Running `target/debug/youtube-downloader l6zpi90IT1g` 1- hd720 video/mp4; codecs="avc1.64001F, mp4a.40.2" 2- medium video/webm; codecs="vp8.0, vorbis" 3- medium video/mp4;...

This pull request loads `vaporEnvironmentVariables.php`, as environment variables, if any.