Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

[Source Request] AnimePahe.com #10

Open
Laezor opened this issue Jun 26, 2021 · 10 comments
Open

[Source Request] AnimePahe.com #10

Laezor opened this issue Jun 26, 2021 · 10 comments
Labels
extensions: request Labels an extensions request issue

Comments

@Laezor
Copy link

Laezor commented Jun 26, 2021

URL: https://animepahe.com
Type: Anime
Language: English

The site includes fansub groups in the anime title.

@zyrouge
Copy link
Contributor

zyrouge commented Jun 26, 2021

Sadly animepahe requires some headers which cant be set due to technical limitations unless i find a way to play m3u8 streams by manually parsing it.

@Laezor
Copy link
Author

Laezor commented Jun 26, 2021

If I am not wrong vlc player can play m3u8 streams.

@zyrouge
Copy link
Contributor

zyrouge commented Jun 27, 2021

If I am not wrong vlc player can play m3u8 streams.

yes vlc can play m3u8 streams but cant set http headers in vlc, so no way around. It would just say unable to play without those headers :(

@Laezor
Copy link
Author

Laezor commented Jun 27, 2021

what about this player? https://dplayer.js.org/guide.html#hls

@zyrouge
Copy link
Contributor

zyrouge commented Jun 29, 2021

what about this player? https://dplayer.js.org/guide.html#hls

Referer header cannot be set in browsers manually as browsers restrict it, so have to find a way to do it from the background process (main process/native http)

@zyrouge
Copy link
Contributor

zyrouge commented Jun 30, 2021

Seems like mpv player supports custom headers but using a third party app on a anime "streaming" app doesnt seem nice.

@Laezor
Copy link
Author

Laezor commented Jun 30, 2021

I see, yeah indeed it doesn't seem nice. Maybe this can help https://github.com/open-dynaMIX/simple-mpv-webui. Otherwise, I can suggest another source. Which provides access to google drive links, that should work, right?

@zyrouge
Copy link
Contributor

zyrouge commented Jul 2, 2021

I see, yeah indeed it doesn't seem nice. Maybe this can help https://github.com/open-dynaMIX/simple-mpv-webui. Otherwise, I can suggest another source. Which provides access to google drive links, that should work, right?

No scraping google drive links aren't easy without a user token (obtained by logging in).

@ArjixWasTaken
Copy link

what about this player? https://dplayer.js.org/guide.html#hls

Referer header cannot be set in browsers manually as browsers restrict it, so have to find a way to do it from the background process (main process/native http)

Huh?
From what I remember you can set the referer of a request using JS no problem.
And from what I remember a player can play a stream of data, so you can use JS to feed the video to the player.

@zyrouge
Copy link
Contributor

zyrouge commented Aug 7, 2021

what about this player? https://dplayer.js.org/guide.html#hls

Referer header cannot be set in browsers manually as browsers restrict it, so have to find a way to do it from the background process (main process/native http)

Huh?
From what I remember you can set the referer of a request using JS no problem.
And from what I remember a player can play a stream of data, so you can use JS to feed the video to the player.

Refer https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name
Note: This has already been resolved in the flutter-rewrite branch

@zyrouge zyrouge transferred this issue from yukino-org/kazahana-v3 Oct 8, 2021
@zyrouge zyrouge transferred this issue from yukino-org/sora Oct 25, 2021
@zyrouge zyrouge changed the title [Source Request] Animepahe source [Source Request] AnimePahe.com Oct 25, 2021
@zyrouge zyrouge added the extensions: request Labels an extensions request issue label Apr 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
extensions: request Labels an extensions request issue
Projects
None yet
Development

No branches or pull requests

3 participants