Code Monkey home page Code Monkey logo

anime-themes's Introduction

hello there!

Nitrous here. A hobbyist programmer who makes anything and everything I find fun to work on! I have been and still to this day make stuff since middle school. Feel free to check out my pinned projects to know more on what projects I do.

support me!

Here's channels where you can support me in my efforts. I greatly appreciate it!

anime-themes's People

Contributors

dependabot[bot] avatar lenitrous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

anime-themes's Issues

devDependency on tslint-to-eslint-config?

Hi! ๐Ÿ‘‹ I wrote tslint-to-eslint-config and noticed from its npm dependents report that this package has it as a devDependency. Was that intentional? You shouldn't need to keep it in the package.json after using it once.

I can send a PR to remove it if you'd like ๐Ÿ˜„

Issues with animes with more than 9 themes

In theme.ts i found that your regex to extract if the theme is an opening/ending the number and version is:

/src/theme.ts

const parts = data.themeType.match(/(OP|ED)(\d)?( V(\d))?/);

Although some anime haave more than 9 themes thus having a number with more than 1 \d
example: https://themes.moe/api/themes/269 -> Ending 28 ->

{
    "themeType": "ED28 V2",
    "themeName": "Haruka Kanata",
    "mirror": {
      "mirrorURL": "https://animethemes.moe/video/Bleach-ED28v2.webm",
      "priority": 3,
      "notes": ""
    }
}

this is easily fixable by changing it to:

const parts = data.themeType.match(/(OP|ED)(\d+)?( V(\d+))?/);

by adding the + after /d you say it should find 1 or more digits

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.