Skip to content
View ithelpTheDoctor's full-sized avatar
Block or Report

Block or report ithelpTheDoctor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. scrape-google-images scrape-google-images Public

    Scrape Google Images using Python no selenium

    Python

  2. medium yt_scrape medium yt_scrape
    1
    import requests
    2
    from bs4 import BeautifulSoup
    3
    import json
    4
    
                  
    5
    headers = {
  3. Youtube Scrape Youtube Scrape
    1
    driver.get("https://www.youtube.com/results?search_query=youtube+scrape")
    2
    
                  
    3
    links = []
    4
    no_more_results = False
    5
    while True:
  4. YouTube_Subtitle_Downloader YouTube_Subtitle_Downloader Public

    Python