Coder Social home page Coder Social logo

curl_video_address's Introduction

爬取视频网站的视频URL

由于现在很多视频网站都会将视频分割之后再传送给客户端,所以我们通过抓包的方法抓取到的只是整个视频的一部分。 虽然我们只能抓取到视频的一部分,但是我们将抓到的视频拼接起来,我们还是可以得到原来完整的视频的。

###思路

#####爬取视频 爬取视频的思路在我的一篇博文里有介绍honkee的csdn博客 因为现在的视频网站将整个视频切割成多个小文件,所以我们需要将我们得到的这些小文件拼接成一个完整的视频。 #####获取整个视频的思路 抓取HTTP请求包,将HTTP请求地址是视频地址的路径,下载,记录下当前的时间。最后将下载的视频文件按时间顺序拼接起来。 视频拼接可以使用ffmpeg来帮忙。

curl_video_address's People

Contributors

honkeechan avatar

Watchers

 avatar  avatar

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.