Skip to content

AytekinYaliz/UI-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • [AI/ML Concepts]
  • [AWS Lambda]
  • [Docker]
  • [Education System]
  • [Git]
  • [Java]
  • [Jest]
  • [JS]
  • [Kafka]
  • [Katas]
  • [Kubernetes]
  • [MacOS]
  • [Mongo]
  • [Node]
  • [React]
  • [Redis]
  • [Resources]
  • [Resources - Design Patterns]
  • [Resources - System Design]
  • [VS Code Snippets]
  • ---
    # youtube-dl #

    youtube-dl --config-location .
    youtube-dl -o '~/Downloads/%(title)s.%(ext)s' --prefer-ffmpeg https://m.twitch.tv/videos/327690336

    # youtube-dl.conf
    -u [email protected]
    -p Mikecostea1
    -i
    -c
    --no-warnings
    --console-title
    --batch-file='batch-file.txt'
    -o '%(playlist_title)s/%(playlist_index)s-%(title)s.%(ext)s'
    -f 'best[tbr<=1000]/worst[[height>=720]]/best[[height<720]]'
    
    # batch-file.txt
    https://learning.oreilly.com/videos/distributed-systems-in/9781491924914
    https://www.oreilly.com/videos/distributed-systems-in/9781491924914
    

    Udeler: https://github.com/FaisalUmair/udemy-downloader-gui

    https://help.github.com/articles/basic-writing-and-formatting-syntax

    sequenceDiagram
        Alice -->> Alice: Hi?
        Alice ->> Alice: Hi2?
        Alice ->>+ John: Open 1.
        Alice->>+John: Open 1.1
        John-->>-Alice: Close 1.1
        John-->>-Alice: Close 1.
        John --x Alice: hiii
        John --) Tom(wer desc): Async
    
    Loading
      graph TD;
          A-->B;
          A-->C;
          B-->D;
          C-->D;
    
    Loading
      graph LR;
          A-->B;
          A-->C;
          B-->D;
          C-->D;
    
    Loading

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published