bluetoothctl
power on
default-agent
scan on
pair XX:XX:XX:XX:XX:XX
Once paired, type
- Open Chrome Developer tools and click the Network tab.
- Navigate to the page with the video and get it to start playing.
- Filter the list of files to "m3u8".
- Find master.m3u8 or index.m3u8 and click on it.
- Save the file to disk and look inside it.
- If the file contains a single m3u8 master url, copy that one instead.
- Run the program m3u8x.
- Paste the same m3u8 url in both textboxes (URL and Quality URL) and click "Headers" and set the referral url and user-agent from the request as found in Chrome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Example</title> | |
| </head> | |
| <body> | |
| <p>This is an example of a simple HTML page with one paragraph and one image</p> | |
| <img src="https://i.ibb.co/S6rHkjK/b188dd2b-4614-4fcc-bf8d-b15107c4b2ea.webp"> | |
| </body> |
https://stackoverflow.com/a/30523273/3957754
setValidationQuery(String validationQuery)
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel(description = "Model retrieved from library system")
public class Book { - name: Install requirements
run: |
git config --global url."https://${{ secrets.ACESS_TOKEN }}@github".insteadOf https://github
git clone https://github.com/githubtraining/hellogitworld.git
NewerOlder