Anonymous ID: 000000 Jan. 7, 2021, 3:43 p.m. No.12385929   🗄️.is đź”—kun

FISA works both ways.

Who is head of FISA?

Chief Justice Roberts

What has to happen on January 20th?

"Recitation of the presidential oath of office is the only component in this ceremony mandated by the United States Constitution (in Article II, Section One, Clause 8)"

>en.wikipedia .org/wiki/United_States_presidential_inauguration

Would damning Declas deter CJ Roberts (or any other judicial official) from fulfilling the recital of the oath?

Anonymous ID: 000000 Jan. 7, 2021, 3:47 p.m. No.12385995   🗄️.is đź”—kun   >>6054 >>6357

>>12385874

Use youtube-dl to backup video

 

https://youtube-dl.org/

 

https://yt-dl.org/downloads/2021.01.03/youtube-dl.exe

 

Document:

https://github.com/ytdl-org/youtube-dl/blob/master/README.md#format-selection

 

youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter, version 2.6, 2.7, or 3.2+, and it is not platform specific. It should work on your Unix box, on Windows or on macOS. It is released to the public domain, which means you can modify it, redistribute it or use it however you like.

 

youtube-dl [OPTIONS] URL [URL…]

 

-h, –help Print this help text and exit

–version Print program version and exit

-U, –update Update this program to latest version. Make

sure that you have sufficient permissions

(run with sudo if needed)

-i, –ignore-errors Continue on download errors, for example to

skip unavailable videos in a playlist

–abort-on-error Abort downloading of further videos (in the

playlist or the command line) if an error

occurs

–dump-user-agent Display the current browser identification

–list-extractors List all supported extractors

–extractor-descriptions Output descriptions of all supported

extractors

–force-generic-extractor Force extraction to use the generic

extractor

–default-search PREFIX Use this prefix for unqualified URLs. For

example "gvsearch2:" downloads two videos

from google videos for youtube-dl "large

apple". Use the value "auto" to let

youtube-dl guess ("auto_warning" to emit a

warning when guessing). "error" just throws

an error. The default value "fixup_error"

repairs broken URLs, but emits an error if

this is not possible instead of searching.

–ignore-config Do not read configuration files. When given

in the global configuration file

/etc/youtube-dl.conf: Do not read the user

configuration in ~/.config/youtube-

dl/config (%APPDATA%/youtube-dl/config.txt

on Windows)

–config-location PATH Location of the configuration file; either

the path to the config or its containing

directory.

–flat-playlist Do not extract the videos of a playlist,

only list them.

–mark-watched Mark videos watched (YouTube only)

–no-mark-watched Do not mark videos watched (YouTube only)

–no-color Do not emit color codes in output

Anonymous ID: 000000 Jan. 7, 2021, 3:50 p.m. No.12386054   🗄️.is đź”—kun   >>6095 >>6217

>>12385995

 

Video Format Options:

 

-f, –format FORMAT Video format code, see the "FORMAT

SELECTION" for all the info

–all-formats Download all available video formats

–prefer-free-formats Prefer free video formats unless a specific

one is requested

-F, –list-formats List all available formats of requested

videos

–youtube-skip-dash-manifest Do not download the DASH manifests and

related data on YouTube videos

–merge-output-format FORMAT If a merge is required (e.g.

bestvideo+bestaudio), output to given

container format. One of mkv, mp4, ogg,

webm, flv. Ignored if no merge is required

 

Format selection examples

 

Note that on Windows you may need to use double quotes instead of single.

 

# Download best mp4 format available or any other best if no mp4 available

$ youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'

 

# Download best format available but no better than 480p

$ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'

 

# Download best video only format but no bigger than 50 MB

$ youtube-dl -f 'best[filesize<50M]'

 

# Download best format available via direct link over HTTP/HTTPS protocol

$ youtube-dl -f '(bestvideo+bestaudio/best)[protocol^=http]'

 

# Download the best video format and the best audio format without merging them

$ youtube-dl -f 'bestvideo,bestaudio' -o '%(title)s.f%(format_id)s.%(ext)s'

Anonymous ID: 000000 Jan. 7, 2021, 3:58 p.m. No.12386217   🗄️.is đź”—kun

>>12386054

Install tor to hide ip:

https://www.torproject.org/download/tor/

https://www.torproject.org/dist/torbrowser/10.0.7/tor-win32-0.4.4.6.zip

 

decompress then run tor.exe

 

Then use torsocks to run youtube-dl over tor:

 

torsocks:

https://github.com/dgoulet/torsocks/releases

https://github.com/dgoulet/torsocks/archive/v2.3.0.zip

 

unzip

 

Then run (with tor.exe first running in the background):

torsocks youtube-dl <url>