Git Product home page Git Product logo

anime-vsub / desktop-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from anime-vsub/app

12.0 12.0 5.0 100.15 MB

Free Anime watch app with no ads for Browser

Home Page: https://animevsub.eu.org

License: GNU General Public License v3.0

JavaScript 2.65% TypeScript 28.98% HTML 0.27% Vue 67.37% SCSS 0.73%
anime animevietsub animevsub app quasar-framework vue vue3 watch-anime watch-anime-free watch-anime-online

desktop-web's People

Contributors

actions-user avatar dependabot[bot] avatar mend-bolt-for-github[bot] avatar tachib-shin avatar tachibana-shin avatar xuandong2410 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

desktop-web's Issues

A small support for showing episode titles and images instead of just numbers

Usage data from myanimelist.net

Search anime: https://myanimelist.net/search/prefix.json?type=all&keyword=${keyword}&v=1
Get info episodes: https://api.jikan.moe/v4/anime/${id anime}/episodes
Translate title episodes:

fetch("https://translate.google.it/translate_a/single", {
  "referrerPolicy": "strict-origin-when-cross-origin",
  "body": "client=gtx&dt=t&dt=bd&dj=1&source=input&q=${text}&sl=${from}&tl=${to}&hl=en",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});
{
  "sentences": [
    {
      "trans": "${output line 1}",
      "orig": "${source line 1}",
      "backend": 3,
      "model_specification": [
        {}
      ],
      "translation_engine_debug_info": [
        {
          "model_tracking": {
            "checkpoint_md5": "f814b0a94dca425c3f2480666680aa4f",
            "launch_doc": "vi_en_2021q1.md"
          }
        },
        {
          "has_untranslatable_chunk": true
        }
      ]
    }
  ],
  "src": "${source lang}",
  "spell": {}
}

add playlist

add playlist feature and save anime to those lists

back to last chap if enter to route `/phim/:season`

if as a user on route /movie/:season for example /film/tonikaku-kawaii-2nd-season-a4476/ instead of automatically redirect to episode 1 why don't we get a few hundred ms (limit 1.200 ms) to see whether the final season this user to see what is and move towards it

there are many route towards that place

  • search
  • track

add confirm rate low

since each user can rate only once per anime season so a confirmation popup is needed to make sure they want to rate this anime season badly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.