Code Monkey home page Code Monkey logo

youtube_video_transcript's Introduction

Youtube Transcripter

Just a hobby project I made to fetch the transcript of educational youtube videos I watched. It is easy to fetch and edit the content rather than noting it down.

Built with Express 4.

To run locally

1.npm install

2.npm start

This helped me - http://stackoverflow.com/a/21550325

There were few new things I learned while making this.

  • Body Parser Working - I forgot to attach body-parser module, eventually I ended up here. Brushed up my fundamentals on this.
  • Heruko Deployment - Deployed to heruko for the very first time using just CLI. Read here

youtube_video_transcript's People

Contributors

sagarkarira avatar

Stargazers

Roman Hossain Shaon avatar oxf4vul avatar  avatar Akshendra Pratap Singh avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

sumit2310

youtube_video_transcript's Issues

Add support for other languages.

Right now I am fetching transcript for only english language. Check out the source page I am filtering - video.google.com/timedtext?lang=en&v=1A_CAkYt3GY . See that lang=en .
What we can do is add a form listing all the changes and then send a param to server for language filtering.
Changes need to be made in the view and in the app.js main server file.

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.