Update README.md

This commit is contained in:
chu23465 2025-05-02 08:34:29 +05:30 committed by GitHub
parent 4a7b1b7377
commit 7766581007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ By using this project you agree that:
I AM NOT taking credit for the entirety of this project. This project is based on a version of an old fork of [devine](https://github.com/devine-dl/devine) that was found floating around online. I AM taking credit for about 20% of the additional stuff that I personally worked on. I AM NOT taking credit for the entirety of this project. This project is based on a version of an old fork of [devine](https://github.com/devine-dl/devine) that was found floating around online. I AM taking credit for about 20% of the additional stuff that I personally worked on.
Support for Sport replays or live streams is not planned. It's a whole thing with OTT panels and restreaming and whatnot. It's a can of worms that I don't plan on opening. Support for Sport replays (VOD) or live streams is not planned. It's a whole thing with OTT panels and restreaming and whatnot. It's a can of worms that I don't plan on opening.
## Supporters ## Supporters
@ -56,7 +56,7 @@ Support for Sport replays or live streams is not planned. It's a whole thing wit
### Linux ### Linux
This is in beta for linux. This is in beta for Linux.
Command: Command:
@ -272,7 +272,11 @@ Authorization: Cookies saved to default.txt
Security: UHD@L1 FHD@L1 HD@L1 SD@L3 Security: UHD@L1 FHD@L1 HD@L1 SD@L3
``` ```
This is iTunes via rential channel on AppleTVPlus This is iTunes via rential channel on AppleTVPlus.
Login to iTunes in a browser. Try playing a movie. It'll redirect you to `tv.apple.com`. Cache cookies from that page to `vinetrimmer/Cookies/iTunes/default.txt`.
Requires you to use `-m` or `--movie` flag if you are downloading a movie. Append flag to end of your command.
### Example Command ### Example Command
@ -442,7 +446,7 @@ Tested so far on Amazon, AppleTVPlus, Max, and DisneyPlus.
- [ ] Netflix service is currently broken (will probably be fixed Soon™) - [ ] Netflix service is currently broken (will probably be fixed Soon™)
- [ ] Integrate [subby](https://github.com/vevv/subby) - [ ] Integrate [subby](https://github.com/vevv/subby)
- [ ] Licensing before download (?) - [ ] Licensing before download (?)
- [ ] Test and fix MoviesAnywhere, ParamountPlus, AppleTVPlus services. - [ ] Test and fix MoviesAnywhere, ParamountPlus, services.
- [ ] Guide for writing a service + debugging - [ ] Guide for writing a service + debugging
- [ ] Implement a scan/hammer/cache keys for each service - pass string of zeros as title id. Then copy and rework dl.py to iterate over returned list of titles from scan function - [ ] Implement a scan/hammer/cache keys for each service - pass string of zeros as title id. Then copy and rework dl.py to iterate over returned list of titles from scan function