add debug info
							parent
							
								
									3910495cce
								
							
						
					
					
						commit
						32d8f349c9
					
				| 
						 | 
					@ -50,9 +50,9 @@ _PDD_get_domain() {
 | 
				
			||||||
  __last=0
 | 
					  __last=0
 | 
				
			||||||
  while [ $__last -eq 0 ]; do
 | 
					  while [ $__last -eq 0 ]; do
 | 
				
			||||||
    uri1="https://pddimp.yandex.ru/api2/admin/domain/domains?page=${__page}&on_page=20"
 | 
					    uri1="https://pddimp.yandex.ru/api2/admin/domain/domains?page=${__page}&on_page=20"
 | 
				
			||||||
    res1=$(_get "$uri1" | _normalizeJson)
 | 
					    res1="$(_get "$uri1" | _normalizeJson)"
 | 
				
			||||||
    #_debug "$res1"
 | 
					    _debug2 "res1" "$res1"
 | 
				
			||||||
    __found=$(echo "$res1" | sed -n -e 's#.* "found": \([^,]*\),.*#\1#p')
 | 
					    __found="$(echo "$res1" | sed -n -e 's#.* "found": \([^,]*\),.*#\1#p')"
 | 
				
			||||||
    _debug "found: $__found results on page"
 | 
					    _debug "found: $__found results on page"
 | 
				
			||||||
    if [ "$__found" -lt 20 ]; then
 | 
					    if [ "$__found" -lt 20 ]; then
 | 
				
			||||||
      _debug "last page: $__page"
 | 
					      _debug "last page: $__page"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue