Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Prudhvi-pln committed Jun 7, 2023
1 parent de70712 commit 5f5e952
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions config_udb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ anime:
episode_url: play/_anime_id_/_episode_id_
download_dir: D:\Anime
request_timeout: 30

drama:
base_url: https://www4.myasiantv.cc/
search_url: search.html?key=
Expand All @@ -18,20 +19,16 @@ drama:
stream_links_element: div.anime_muti_link div
m3u8_fetch_link: https://asianhdplay.net/encrypt-ajax.php?id=
request_timeout: 30
preferred_urls:
preferred_urls: # preferred urls while fetching m3u8 links. uses same order of preference
- https://fast
- https://hls
- https://ttcx
preferred_urls_help: preferred urls while fetching m3u8 links. uses same order of preference
blacklist_urls:
blacklist_urls: # avoid below urls while fetching m3u8 links
- original
blacklist_urls_help: avoid below urls while fetching m3u8 links

DownloaderConfig:
download_dir: C:\Users\HP\Downloads\Video
download_dir_help: creates a target folder with name of series under this. Uses this, if none specified above
temp_download_dir: auto
temp_download_dir_help: if set to auto, creates a temp location under the target folder
concurrency_per_file: auto
concurrency_per_file_help: concurrency to load segments in a m3u8 file
download_dir: C:\Users\HP\Downloads\Video # creates a target folder with name of series under this. Uses this, if none specified above
temp_download_dir: auto # if set to auto, creates a temp location under the target folder
concurrency_per_file: auto # concurrency to load segments in a m3u8 file
request_timeout: 30
max_parallel_downloads: 2

0 comments on commit 5f5e952

Please sign in to comment.