Git Product home page Git Product logo

Comments (3)

hughware avatar hughware commented on September 25, 2024

After I ran it repeatedly for a night, it seemed to have good results.
But there are still some courses that have not been downloaded.
Here is my detection code

import os
directory = r"E:\out_dir\the-python-mega-course"
for root, dirs, files in os.walk(directory):
    for file in files:
        ext = os.path.splitext(file)[1]
        if ext == ".urls":
            file_path = os.path.join(root, file)
            print(file_path)

Looking at the results I'll only have two courses that didn't download successfully

E:\out_dir\the-python-mega-course\30 - Day 27 - App 5 Build a Daily News Digest with Python (Part 1)\001 ▶️  Today.mp4.part.frag.urls
E:\out_dir\the-python-mega-course\53 - Day 46 - App 13 Build an SQLite Student Management System with PyQt (Part 2)\006 ✎  Student Project - Implement the Search Functionality.mp4.part.frag.urls

So what command should I use to download these two courses separately?

from udemy-downloader.

parvinders347 avatar parvinders347 commented on September 25, 2024

After I ran it repeatedly for a night, it seemed to have good results. But there are still some courses that have not been downloaded. Here is my detection code

import os
directory = r"E:\out_dir\the-python-mega-course"
for root, dirs, files in os.walk(directory):
    for file in files:
        ext = os.path.splitext(file)[1]
        if ext == ".urls":
            file_path = os.path.join(root, file)
            print(file_path)

Looking at the results I'll only have two courses that didn't download successfully

E:\out_dir\the-python-mega-course\30 - Day 27 - App 5 Build a Daily News Digest with Python (Part 1)\001 ▶️  Today.mp4.part.frag.urls
E:\out_dir\the-python-mega-course\53 - Day 46 - App 13 Build an SQLite Student Management System with PyQt (Part 2)\006 ✎  Student Project - Implement the Search Functionality.mp4.part.frag.urls

So what command should I use to download these two courses separately?

you solved the issue?
its giving me same error

from udemy-downloader.

Puyodead1 avatar Puyodead1 commented on September 25, 2024

After I ran it repeatedly for a night, it seemed to have good results. But there are still some courses that have not been downloaded. Here is my detection code

import os
directory = r"E:\out_dir\the-python-mega-course"
for root, dirs, files in os.walk(directory):
    for file in files:
        ext = os.path.splitext(file)[1]
        if ext == ".urls":
            file_path = os.path.join(root, file)
            print(file_path)

Looking at the results I'll only have two courses that didn't download successfully

E:\out_dir\the-python-mega-course\30 - Day 27 - App 5 Build a Daily News Digest with Python (Part 1)\001 ▶️  Today.mp4.part.frag.urls
E:\out_dir\the-python-mega-course\53 - Day 46 - App 13 Build an SQLite Student Management System with PyQt (Part 2)\006 ✎  Student Project - Implement the Search Functionality.mp4.part.frag.urls

So what command should I use to download these two courses separately?

use feat/refactor

from udemy-downloader.

Related Issues (20)

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.