Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| import pandas as pd | |
| from tqdm import tqdm | |
| from trafilatura.sitemaps import sitemap_search | |
| from trafilatura import fetch_url, extract | |
| def get_urls_from_sitemap(resource_url: str) -> list: | |
| """ | |
| Get a list of urls from a sitemap with trafilatura | |
| """ |
| from flask import Flask | |
| from threading import Thread | |
| app = Flask('') | |
| @app.route('/') | |
| def home(): | |
| return "Hello. I am alive!" | |
| def run(): |
| from pytube import YouTube | |
| #ask for the link from user | |
| link = input("Enter the link of YouTube video you want to download: ") | |
| yt = YouTube(link) | |
| #Showing details | |
| print("Title: ",yt.title) | |
| print("Number of views: ",yt.views) | |
| print("Length of video: ",yt.length) |
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
| Hello there | |
| How's the going | |
| Okay | |
| Never |
| Hi- Mee | |
| Bye-mee | |
| Cat!-meeeeee! | |
| (s)-e | |
| Never-mee [and run away] | |
| Food-b | |
| Food!!!!-Beeeeeeeeēeeeee!!!! |