A downloadable game


The HTML and JavaScript APP provided 

is designed to perform the following actions:

1. **Search for .mp4/index.m3u8 Links:**

   - When the user clicks the "Start Search" button, the JavaScript code attempts to fetch the HTML content from predefined URLs.

   - It then parses the HTML content to look for any links (anchor tags) that end with the extension `.mp4/index.m3u8`.

   - All found links are collected and displayed in a container on the webpage.

   - A download button appears below the container, allowing the user to download the found links as a text file.

2. **Process Segment (.seg) Links:**

   - The user is given the option to upload a text file containing URLs.

   - The JavaScript code reads the content of the uploaded file and looks for links that match the pattern `.seg<number>-v1-a1.ts`.

   - These segment links are sorted in numerical order and displayed in another container on the webpage.

   - A download button appears below the container, allowing the user to download the sorted segment links as a text file.

   - An additional button allows the user to open all segment links at once in new browser windows or tabs.

3. **Intended Usage for Movie Downloading:**

   - The `.mp4/index.m3u8` links represent the media playlist files used in streaming, and the `.seg<number>-v1-a1.ts` links represent the individual segments of a video.

   - Together, these links could be used to download movies from a server by accessing and concatenating the individual segments.

4. **Limitations and Considerations:**

   - The code is designed to be run client-side, 

which means it's subject to the Same-Origin Policy. 

This policy prevents web pages from making requests to a different domain than the one that served the web page.

   - As a result, unless the target website explicitly allows cross-origin requests from the domain where this code is hosted, the code will not function as intended.

   - Additionally, the code assumes a specific structure for the target URLs, so it may not work with websites that have a different HTML structure or use different naming conventions for their links Thus at the time its current functionality is locked to lookmovie.to .

   - It's essential to ensure that the code is used responsibly and in compliance with all applicable laws and the terms of service of the websites being interacted with as we at indie-unlimited are not responsible for any misuse of the application.

By understanding the intended functionality and limitations of this code, users can make informed decisions about how to use or modify it, keeping in mind the legal and ethical considerations associated with web scraping and content downloading.


thankyou for visiting this page and by downloading you consent to accept that you understand fully the description above.


enjoy.

Download

Download
lookmovie web scraper.zip 55 kB

Install instructions

Node.js

React,js /Native

Java

python 3 /React