Scrap dailymotion episodes links for a given series directly from esheeq
I start learning the most beloved framework Sveltekit and that's what i'm using in the frontend
Disclaimer: This project is created for educational purposes only you can use it to learn how to scrape websites and how to use sveltekit
Live demo: https://esheeq.ysnirix.xyz
Once you've cloned the project and installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
# For Api server
cd api && pnpm install && pnpm run dev
# For client
cd client && pnpm install && pnpm run dev
npm run build
node build
You can preview the built client app with
npm run preview
,This should not be used to serve your app in production.
Pull requests and stars are always welcome. For bugs and features requests, please create an issue.
Copyright © 2023-present, Ysn4Irix. Released under the MIT License.