wayneclub / Subtitle-Downloader

Auto download subtitles from streaming services, such as Apple TV+, CatchPlay, Crunchyroll, Disney+, FridayVideo, HBO GO Asia, iQIYI, iTunes, KKTV, LINE TV, meWATCH, MyVideo, NowE, NowPlayer, Viki, Viu, WeTV, YouTube, and etc.
MIT License
314 stars 64 forks source link

Failed to download subtitles from the Mewatch website. #73

Closed moyuaa closed 7 months ago

moyuaa commented 8 months ago

Image 3mewatch

https://www.mewatch.sg/show/A-Waiting-Bride-420691

wayneclub commented 8 months ago

Access Token was expired. Please login to mewatch.sg and get the new access token.

  1. Login to meWATCH on the browser.
  2. Select a movie or series you want to download
  3. Open the devtools in the browser (Windows: Ctrl + Shift + I or F12; macOS: ⌘ + ⌥ + I.)
  4. Refresh the page and select Network on devtools
  5. Type https://www.mewatch.sg/api/account/profile in the filter to find the profile api
  6. Copy profile token (X-Authorization) from profile API Request Headers (Do not include Bearer, the profile token starts with eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxMiJ9.eyJ) and paste in Subtitle-Downloader/user_config.toml ([credentials.meWATCH] profile_token='').