Coder Social home page Coder Social logo

Comments (4)

AvAkanksh avatar AvAkanksh commented on June 9, 2024

it easy just check the code, he has ignored if there is a subfolder so just modify the code remove the if condition then
Change this :

             if files_type == "application/vnd.google-apps.folder": pass
        else:
            direct_download_link = url + urllib.parse.quote(files_name)
            result += f"• {files_name}:-\n{direct_download_link}\n\n"

to :

        direct_download_link = url + urllib.parse.quote(files_name)
        result += f"• {files_name}:-\n{direct_download_link}\n\n"

then you are good to go.

from bhadoo-index-scraper.

crazdrama avatar crazdrama commented on June 9, 2024

it easy just check the code, he has ignored if there is a subfolder so just modify the code remove the if condition then Change this :

             if files_type == "application/vnd.google-apps.folder": pass
        else:
            direct_download_link = url + urllib.parse.quote(files_name)
            result += f"• {files_name}:-\n{direct_download_link}\n\n"

to :

        direct_download_link = url + urllib.parse.quote(files_name)
        result += f"• {files_name}:-\n{direct_download_link}\n\n"

then you are good to go.

i did change the script like u mentioned but it only displays the link to the subfolder and not the contents of the subfolder...cud u take a look at it again??

from bhadoo-index-scraper.

kuesttman avatar kuesttman commented on June 9, 2024

Indeed, it would be interesting if the script could go through the subfolders and capture the file links of the subfolders. A depth to be reached from subfolders could be defined. If I want the script to capture subfolder links for up to 1 or 2 sublevels. It could be configured.

from bhadoo-index-scraper.

erickyun avatar erickyun commented on June 9, 2024

it easy just check the code, he has ignored if there is a subfolder so just modify the code remove the if condition then Change this :

             if files_type == "application/vnd.google-apps.folder": pass
        else:
            direct_download_link = url + urllib.parse.quote(files_name)
            result += f"• {files_name}:-\n{direct_download_link}\n\n"

to :

        direct_download_link = url + urllib.parse.quote(files_name)
        result += f"• {files_name}:-\n{direct_download_link}\n\n"

I'm getting an IndentationError could you please help me sir?

from bhadoo-index-scraper.

Related Issues (6)

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.